Skip to content

Commit

Permalink
Merge pull request #1107 from MichaelDecent/mono_dev
Browse files Browse the repository at this point in the history
fix: correct syntax error
  • Loading branch information
cobycloud authored Jan 22, 2025
2 parents 8af7aa9 + 53c0ba8 commit ed49893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/community/swarmauri_vectorstore_qdrant/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ python = ">=3.10,<3.13"
# Swarmauri
swarmauri_core = { git = "https://github.com/swarmauri/swarmauri-sdk.git", branch = "mono/0.6.0.dev1", subdirectory = "pkgs/core"}
swarmauri_base = { git = "https://github.com/swarmauri/swarmauri-sdk.git", branch = "mono/0.6.0.dev1", subdirectory = "pkgs/base"}
swarmauri_embedding_doc2vec = { git = https://github.com/swarmauri/swarmauri-sdk.git", branch = "mono/0.6.0.dev1", subdirectory = "pkgs/standards"}
swarmauri_embedding_doc2vec = { git = "https://github.com/swarmauri/swarmauri-sdk.git", branch = "mono/0.6.0.dev1", subdirectory = "pkgs/standards"}

# Dependencies
qdrant-client = "^1.12.0"
Expand Down

0 comments on commit ed49893

Please sign in to comment.