Add Memgraph integration (#2537)

This commit is contained in:
Katarina Supe
2025-04-22 12:57:24 +02:00
committed by GitHub
parent cd5c3035ab
commit ba2e479902
10 changed files with 940 additions and 44 deletions

View File

@@ -14,7 +14,7 @@ install_all:
poetry install
poetry run pip install groq together boto3 litellm ollama chromadb weaviate weaviate-client sentence_transformers vertexai \
google-generativeai elasticsearch opensearch-py vecs pinecone pinecone-text faiss-cpu langchain-community \
upstash-vector azure-search-documents
upstash-vector azure-search-documents langchain-memgraph
# Format code with ruff
format: