wip integrate falkordb

This commit is contained in:
Avi Avni 2024-12-15 13:31:34 +02:00
parent 0384025619
commit 6b7e53a31f
21 changed files with 664 additions and 6 deletions

View file

@ -17,7 +17,7 @@ RUN pip3 install anthropic boto3 cohere openai google-cloud-aiplatform ollama go
langchain langchain-core langchain-huggingface langchain-text-splitters \
langchain-community pymilvus sentence-transformers transformers \
huggingface-hub pulsar-client cassandra-driver pyyaml \
neo4j tiktoken && \
neo4j tiktoken falkordb && \
pip3 cache purge
# ----------------------------------------------------------------------------