Integrate Supabase VectorDB (#2290)

This commit is contained in:
Dev Khant
2025-03-03 23:16:24 +05:30
committed by GitHub
parent 2556c5fe88
commit 8452dd598f
11 changed files with 542 additions and 4 deletions

View File

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