mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-20 08:18:42 +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 - Provide configuration template for easy setup - Add comprehensive unit tests - Align with the latest Llama Stack provider architecture, including KVStore and OpenAI Vector Store Mixin. The implementation allows Llama Stack users to leverage OpenGauss as an enterprise-grade vector database for RAG applications. |
||
|---|---|---|
| .. | ||
| remote | ||
| conftest.py | ||
| test_faiss.py | ||
| test_opengauss.py | ||
| test_qdrant.py | ||
| test_sqlite_vec.py | ||
| test_vector_io_openai_vector_stores.py | ||
| test_vector_utils.py | ||