Feature: baidu vector db integration (#2929)

This commit is contained in:
Shili Cao
2025-06-19 13:42:12 +08:00
committed by GitHub
parent cdee6a4ff0
commit d35065c887
7 changed files with 683 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ install:
install_all:
pip install ruff==0.6.9 groq together boto3 litellm ollama chromadb weaviate weaviate-client sentence_transformers vertexai \
google-generativeai elasticsearch opensearch-py vecs "pinecone<7.0.0" pinecone-text faiss-cpu langchain-community \
upstash-vector azure-search-documents langchain-memgraph langchain-neo4j rank-bm25
upstash-vector azure-search-documents langchain-memgraph langchain-neo4j rank-bm25 pymochow
# Format code with ruff
format: