LlamaEdge-RAG 0.11.0
Major changes:
-
(BREAKING) Rename the VectorDB related fields in the requests
- Rename
url_vdb_server
tovdb_server_url
- Rename
collection_name
tovdb_collection_name
- Rename
-
(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