Skip to content

Commit

Permalink
"Add llmfarm_core.swift as a remote source control dependency with br…
Browse files Browse the repository at this point in the history
…anch langchain and revision 927d670751bc8aebbc5eb845afd36fe1eeef4f5a, and update the package dependencies in Package.swift."
  • Loading branch information
buhe committed Feb 10, 2024
1 parent 37c07c7 commit 4597d5d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 9 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@
"version" : "4.2.2"
}
},
{
"identity" : "llmfarm_core.swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/buhe/llmfarm_core.swift",
"state" : {
"branch" : "langchain",
"revision" : "927d670751bc8aebbc5eb845afd36fe1eeef4f5a"
}
},
{
"identity" : "openai-kit",
"kind" : "remoteSourceControl",
Expand Down
6 changes: 2 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ let package = Package(
.package(url: "https://github.com/ZachNagengast/similarity-search-kit.git", from: "0.0.11"),
.package(url: "https://github.com/google/generative-ai-swift", .upToNextMajor(from: "0.4.4")),
.package(url: "https://github.com/buhe/SwiftyNotion", .upToNextMajor(from: "0.1.2")),
// .package(url: "https://github.com/chojnac/NotionSwift", .upToNextMajor(from: "0.8.0")),
// .package(url: "https://github.com/buhe/llmfarm_core.swift", .branch("langchain")),
.package(url: "https://github.com/buhe/llmfarm_core.swift", .branch("langchain")),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand All @@ -45,8 +44,7 @@ let package = Package(
.product(name: "SimilaritySearchKit", package: "similarity-search-kit", condition: .when(platforms: [.macOS, .iOS, .visionOS])),
.product(name: "GoogleGenerativeAI", package: "generative-ai-swift"),
.product(name: "SwiftyNotion", package: "SwiftyNotion"),
// .product(name: "NotionSwift", package: "NotionSwift"),
// .product(name: "llmfarm_core", package: "llmfarm_core.swift"),
.product(name: "llmfarm_core", package: "llmfarm_core.swift"),
]

),
Expand Down

0 comments on commit 4597d5d

Please sign in to comment.