diff --git a/trustgraph-flow/pyproject.toml b/trustgraph-flow/pyproject.toml index 666104f7..499aa1c5 100644 --- a/trustgraph-flow/pyproject.toml +++ b/trustgraph-flow/pyproject.toml @@ -17,6 +17,7 @@ dependencies = [ "cohere", "cryptography", "faiss-cpu", + "falkordb", "fastembed", "ibis", "jsonschema", @@ -27,11 +28,14 @@ dependencies = [ "mcp", "minio", "mistralai", + "neo4j", "nltk", "ollama", "openai", + "pinecone[grpc]", "prometheus-client", "pulsar-client", + "pymilvus", "pypdf", "pyyaml", "qdrant-client", @@ -120,4 +124,4 @@ wikipedia-lookup = "trustgraph.external.wikipedia:run" include = ["trustgraph*"] [tool.setuptools.dynamic] -version = {attr = "trustgraph.flow_version.__version__"} +version = {attr = "trustgraph.flow_version.__version__"} \ No newline at end of file