llama-stack-mirror/llama_stack/providers
Young Han 83276d4aaa fix(mongodb): update protocol compliance and add graceful connection failure handling
- 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
2025-11-03 17:01:25 -08:00
..
remote/vector_io/mongodb fix(mongodb): update protocol compliance and add graceful connection failure handling 2025-11-03 17:01:25 -08:00