Skip to content

Commit

Permalink
fix: correct syntax error in swarmauri_embedding_doc2vec dependency d…
Browse files Browse the repository at this point in the history
…efinition
  • Loading branch information
MichaelDecent committed Jan 22, 2025
1 parent 8af7aa9 commit 53c0ba8
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 53c0ba8

Please sign in to comment.