Major change:
- Upgrade to
llama-core v0.23.0
,chat-prompts v0.17.5
, andendpoints v0.18.0
- (NEW) Allow to update qdrant settings in each
chat completion
andembedding
request:url_vdb_server
: The URL of the VectorDB server.collection_name
: The name of the collection in VectorDB.limit
: Max number of retrieved results.score_threshold
: The score threshold for the retrieved results.