llama-stack-mirror/llama_stack/providers/remote/vector_io
qifengleqifengle 35a0a6cb7b feat(vector-io): add OpenGauss vector database provider
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.
2025-08-19 17:13:24 +08:00
..
chroma chore(tests): fix responses and vector_io tests (#3119) 2025-08-12 16:15:53 -07:00
milvus chore(tests): fix responses and vector_io tests (#3119) 2025-08-12 16:15:53 -07:00
opengauss feat(vector-io): add OpenGauss vector database provider 2025-08-19 17:13:24 +08:00
pgvector chore(tests): fix responses and vector_io tests (#3119) 2025-08-12 16:15:53 -07:00
qdrant chore(tests): fix responses and vector_io tests (#3119) 2025-08-12 16:15:53 -07:00
weaviate chore(tests): fix responses and vector_io tests (#3119) 2025-08-12 16:15:53 -07:00
__init__.py [memory refactor][1/n] Rename Memory -> VectorIO, MemoryBanks -> VectorDBs (#828) 2025-01-22 09:59:30 -08:00