Skip to content

Releases: LlamaEdge/rag-api-server

LlamaEdge-RAG 0.9.8

29 Sep 01:55
Compare
Choose a tag to compare

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

LlamaEdge-RAG 0.9.7

27 Sep 09:00
Compare
Choose a tag to compare

Major changes:

  • Log the request body while it causes deserialization failures
  • Upgrade to llama-core v0.19.0

LlamaEdge-RAG 0.9.6

26 Sep 12:28
Compare
Choose a tag to compare

Major changes:

  • Upgrade to llama-core v0.18.1
  • Improve reliability

LlamaEdge-RAG 0.9.5

25 Sep 02:16
Compare
Choose a tag to compare

Major changes:

  • llama-api-server
    • Add --port CLI option
    • Remove SocketAddr variant from ServerError
    • Upgrade to llama-core v0.18.0 and chat-prompts v0.16.0

LlamaEdge-RAG 0.9.4

20 Sep 06:58
Compare
Choose a tag to compare

Major change:

  • Update to llama-core v0.17.2, chat-prompts v0.15.0 and endpoints v0.14.2

LlamaEdge-RAG 0.9.3

12 Sep 16:42
Compare
Choose a tag to compare

Major change:

  • Update to llama-core v0.17.0, chat-prompts v0.14.0 and endpoints v0.14.0

LlamaEdge-RAG 0.9.2

02 Sep 05:02
Compare
Choose a tag to compare

Major change:

  • Update to llama-core v0.16.1, chat-prompts v0.13.0 and endpoints v0.13.1

LlamaEdge-RAG 0.9.1

02 Sep 04:53
Compare
Choose a tag to compare

Major change:

  • Update to llama-core v0.16.0, chat-prompts v0.12.0 and endpoints v0.13.1

LlamaEdge-RAG 0.9.0

21 Aug 07:34
Compare
Choose a tag to compare

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

08 Aug 10:33
Compare
Choose a tag to compare

Major changes:

  • Add code for handling the HTTP OPTIONS method in handlers