mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 20:40:00 +00:00
Implement OpenGauss vector database integration for Llama Stack with the following features: - Add OpenGaussVectorIOAdapter for vector storage and retrieval - Support native vector similarity search operations - Implement connection and query management with psycopg2 - Provide configuration template for easy setup - Add comprehensive unit tests The implementation allows Llama Stack users to leverage OpenGauss as an enterprise-grade vector database for RAG applications. Users can configure their environment through a simple YAML configuration and environment variables. |
||
|---|---|---|
| .. | ||
| index.md | ||
| inline_chromadb.md | ||
| inline_faiss.md | ||
| inline_meta-reference.md | ||
| inline_milvus.md | ||
| inline_qdrant.md | ||
| inline_sqlite-vec.md | ||
| inline_sqlite_vec.md | ||
| remote_chromadb.md | ||
| remote_milvus.md | ||
| remote_opengauss.md | ||
| remote_pgvector.md | ||
| remote_qdrant.md | ||
| remote_weaviate.md | ||