Releases: LlamaEdge/rag-api-server
Releases · LlamaEdge/rag-api-server
LlamaEdge-RAG 0.9.8
Major changes:
- Upgrade the core libraries to improve the support for tool calls
- Upgrade to
llama-core v0.19.1
- Upgrade to
chat-prompts v0.16.1
- Upgrade to
endpoints v0.15.0
- Upgrade to
LlamaEdge-RAG 0.9.7
Major changes:
- Log the request body while it causes deserialization failures
- Upgrade to
llama-core v0.19.0
LlamaEdge-RAG 0.9.6
Major changes:
- Upgrade to
llama-core v0.18.1
- Improve reliability
LlamaEdge-RAG 0.9.5
Major changes:
- llama-api-server
- Add
--port
CLI option - Remove
SocketAddr
variant fromServerError
- Upgrade to
llama-core v0.18.0
andchat-prompts v0.16.0
- Add
LlamaEdge-RAG 0.9.4
Major change:
- Update to
llama-core v0.17.2
,chat-prompts v0.15.0
andendpoints v0.14.2
LlamaEdge-RAG 0.9.3
Major change:
- Update to
llama-core v0.17.0
,chat-prompts v0.14.0
andendpoints v0.14.0
LlamaEdge-RAG 0.9.2
Major change:
- Update to
llama-core v0.16.1
,chat-prompts v0.13.0
andendpoints v0.13.1
LlamaEdge-RAG 0.9.1
Major change:
- Update to
llama-core v0.16.0
,chat-prompts v0.12.0
andendpoints v0.13.1
LlamaEdge-RAG 0.9.0
Major changes:
- (BREAKING) Migrate to
WasmEdge v0.14
- New CLI options:
--threads
,--grammar
, and--json-schema
NOTICE
For developers on macOS, it is strongly recommended to read TLS on MacOS before building llama-api-server.wasm
and llama-chat.wasm
from source; in addition, prefix RUSTFLAGS="--cfg wasmedge --cfg tokio_unstable"
to cargo build --target wasm32-wasip1 --release
command
LlamaEdge-RAG 0.8.2
Major changes:
- Add code for handling the HTTP
OPTIONS
method in handlers