Skip to content

Commit

Permalink
Merge pull request #1109 from MichaelDecent/mono_dev
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
cobycloud authored Jan 22, 2025
2 parents bf318b6 + 2e23bd8 commit e1d3735
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkgs/community/swarmauri_vectorstore_annoy/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "swarmauri_tool_zapierhook"
name = "swarmauri_vectorstore_annoy"
version = "0.6.0.dev1"
description = "Swarmauri Annoy Vector Store"
authors = ["Jacob Stewart <[email protected]>"]
Expand Down Expand Up @@ -56,4 +56,4 @@ log_cli_date_format = "%Y-%m-%d %H:%M:%S"
asyncio_default_fixture_loop_scope = "function"

[tool.poetry.plugins."swarmauri.vector_stores"]
AnnoyVectorStore = "swarmauri_tool_zapierhook.AnnoyVectorStore:AnnoyVectorStore"
AnnoyVectorStore = "swarmauri_vectorstore_annoy.AnnoyVectorStore:AnnoyVectorStore"
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ swarmauri_base = { git = "https://github.com/swarmauri/swarmauri-sdk.git", branc
swarmauri_embedding_doc2vec = { git = "https://github.com/swarmauri/swarmauri-sdk.git", branch = "mono/0.6.0.dev1", subdirectory = "pkgs/standards"}

# Dependencies
pinecone-client[grpc] = "^5.0.1"
pinecone-client = { version = "^5.0.1", extras = ["grpc"] }

[tool.poetry.group.dev.dependencies]
flake8 = "^7.0"
Expand Down
4 changes: 2 additions & 2 deletions pkgs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ swarmauri_parser_beautifulsoupelement = { git = "https://github.com/swarmauri/sw
swarmauri_distance_minkowski = { git = "https://github.com/swarmauri/swarmauri-sdk.git", branch = "mono/0.6.0.dev1", subdirectory = "pkgs/standards/swarmauri_distance_minkowski", optional = true }

# Standard Plugin Example
swm_example_package = { path = "./standards/swm_example_package" }
#swm_example_package = { path = "./standards/swm_example_package" }

# Community Packages (will push out later)
#swarmauri_community = { path = "./community/swarmauri_community", extras=["full"] }
Expand Down Expand Up @@ -72,7 +72,7 @@ swarmauri_embedding_mlm = { git = "https://github.com/swarmauri/swarmauri-sdk.gi
swarmauri_tool_github = { git = "https://github.com/swarmauri/swarmauri-sdk.git", branch = "mono/0.6.0.dev1", subdirectory = "pkgs/community/swarmauri_tool_github", optional = true }
swarmauri_vectorstore_annoy = { git = "https://github.com/swarmauri/swarmauri-sdk.git", branch = "mono/0.6.0.dev1", subdirectory = "pkgs/community/swarmauri_vectorstore_annoy", optional = true }

swm_example_community_package = { path = "./community/swm_example_community_package" }
#swm_example_community_package = { path = "./community/swm_example_community_package" }

[tool.poetry.group.dev.dependencies]
pytest = "^7.0"
Expand Down

0 comments on commit e1d3735

Please sign in to comment.