mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
- Changed insert_chunks and query_chunks parameter from vector_db_id to vector_store_id - Updated method names: register_vector_db -> register_vector_store, unregister_vector_db -> unregister_vector_store - Updated types: VectorDB -> VectorStore, VectorDBsProtocolPrivate -> VectorStoresProtocolPrivate, VectorDBWithIndex -> VectorStoreWithIndex - Added support for individual connection parameters (host, port, username, password) with precedence over connection_string - Changed kvstore config to use KVStoreReference with kvstore_impl for initialization - Added graceful connection failure handling with clean warning messages - Tests now skip gracefully when MongoDB is not running instead of erroring |
||
|---|---|---|
| .. | ||
| vector_io/mongodb | ||