llama-stack-mirror/tests/unit/providers/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
..
remote feat: Implement hybrid search in Milvus (#2644) 2025-08-07 09:42:03 +02:00
conftest.py feat(vector-io): add OpenGauss vector database provider 2025-08-19 17:13:24 +08:00
test_faiss.py chore: default to pytest asyncio-mode=auto (#2730) 2025-07-11 13:00:24 -07:00
test_opengauss.py feat(vector-io): add OpenGauss vector database provider 2025-08-19 17:13:24 +08:00
test_qdrant.py feat: Add openAI compatible APIs to Qdrant (#2465) 2025-08-01 00:41:34 -04:00
test_sqlite_vec.py fix: SQLiteVecIndex.create(..., bank_id="test_bank.123") - bank_id with a dot - leads to sqlite3.OperationalError (#2770) (#2771) 2025-07-16 08:25:44 -07:00
test_vector_io_openai_vector_stores.py chore: Fix chroma unit tests (#2896) 2025-07-25 10:12:14 -04:00
test_vector_utils.py chore: Enabling Integration tests for Weaviate (#2882) 2025-07-31 20:29:50 -04:00