Skip to content

LlamaEdge-RAG 0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 07:19
· 45 commits to main since this release

Major changes:

  • (BREAKING) Rename the VectorDB related fields in the requests

    • Rename url_vdb_server to vdb_server_url
    • Rename collection_name to vdb_collection_name
  • (NEW) Add the vdb_api_key field to the requests to /v1/create/rag, /v1/chat/completion, and /v1/retrieve endpoints. The field allows users to access the VectorDB server which requires an API key for access. See vectordb.md for details.

  • (NEW) Provide the support for setting VectorDB API key via the environment variable VDB_API_KEY. See vectordb.md for details.

  • Add vectordb.md for introducing how to interact with VectorDB