Skip to content

LlamaEdge-RAG 0.9.16

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 14:05

Major change:

  • Upgrade to llama-core v0.23.0, chat-prompts v0.17.5, and endpoints v0.18.0
  • (NEW) Allow to update qdrant settings in each chat completion and embedding 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.