Skip to content

Commit 04194f4

Browse files
committed
Add dependencies to pyproject.toml
1 parent 8c895e7 commit 04194f4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ readme = "readme.md"
88
repository = "https://github.com/XpressAI/xai-vecto"
99
keywords = ["xircuits", "vecto", "embeddings", "vector database", "vector search", "RAG"]
1010

11+
dependencies = [
12+
"vecto-sdk==0.2.3",
13+
"python-dotenv"
14+
]
15+
1116
# Xircuits-specific configurations
1217
[tool.xircuits]
1318
requirements = "requirements.txt"
14-
default_example_path = "examples/SimpleIngestLookup.xircuits"
19+
default_example_path = "examples/SimpleIngestLookup.xircuits"

0 commit comments

Comments
 (0)