llama-stack-mirror/llama_stack/templates/opengauss-demo
qifengleqifengle 5e9c394500 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
- 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.
2025-08-08 20:48:01 +08:00
..
__init__.py feat(vector-io): add OpenGauss vector database provider 2025-08-08 20:48:01 +08:00
build.yaml feat(vector-io): add OpenGauss vector database provider 2025-08-08 20:48:01 +08:00
run.yaml feat(vector-io): add OpenGauss vector database provider 2025-08-08 20:48:01 +08:00