mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
fix(python-bridge): fall back to Python when qdrant_api_key changes after binding
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
632c95f87e
commit
acbec828db
1 changed files with 3 additions and 2 deletions
|
|
@ -290,8 +290,9 @@ impl FacadeGuard {
|
|||
"redis_flush_size",
|
||||
][..],
|
||||
"qdrant_semantic" => &[
|
||||
"qdrant_api_base",
|
||||
"collection_name",
|
||||
"qdrant_api_base",
|
||||
"qdrant_api_key",
|
||||
"collection_name",
|
||||
"similarity_threshold",
|
||||
"embedding_model",
|
||||
"vector_size",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue