WeaviateDB Integration (#2339)

This commit is contained in:
Parshva Daftari
2025-03-11 00:12:17 +05:30
committed by GitHub
parent 6e4fb22a7c
commit b89628322d
11 changed files with 626 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ install:
install_all:
poetry install
poetry run pip install groq together boto3 litellm ollama chromadb sentence_transformers vertexai \
poetry run pip install groq together boto3 litellm ollama chromadb weaviate weaviate-client sentence_transformers vertexai \
google-generativeai elasticsearch opensearch-py vecs
# Format code with ruff