Skip to content

Releases: LlamaEdge/rag-api-server

LlamaEdge-RAG 0.13.15

14 Apr 07:13
Compare
Choose a tag to compare

Major changes:

  • Upgrade llama-core dep to 0.30.0
  • Upgrade chat-prompts dep to 0.26.1

LlamaEdge-RAG 0.13.14

09 Apr 06:46
Compare
Choose a tag to compare

Major changes:

  • Support Llama-4 (text-only)
  • Verified on ggml plugin b5074

LlamaEdge-RAG 0.13.13

25 Mar 14:08
Compare
Choose a tag to compare

LlamaEdge-RAG 0.13.12

21 Mar 13:50
Compare
Choose a tag to compare

LlamaEdge-RAG 0.13.11

20 Mar 09:04
Compare
Choose a tag to compare

Major changes:

LlamaEdge-RAG 0.13.10

16 Mar 08:53
Compare
Choose a tag to compare

Major changes:

  • Automatically switch rag_policy from system-message to last-user-message when the model does not support system prompt.

LlamaEdge-RAG 0.13.9

13 Mar 05:32
Compare
Choose a tag to compare

Major changes:

  • Upgrade llama-core dep to 0.28.2
  • Verified on ggml plugin b4875

LlamaEdge-RAG 0.13.8

26 Feb 03:09
Compare
Choose a tag to compare

Major changes:

  • Upgrade llama-core dep to 0.28.0
  • Upgrade chat-prompts dep to 0.21.2
  • Upgrade endpoints dep to 0.25.1

LlamaEdge-RAG 0.13.7

12 Feb 11:22
Compare
Choose a tag to compare

Major change:

  • Bug fix

LlamaEdge-RAG 0.13.6

11 Feb 16:43
Compare
Choose a tag to compare

Major changes:

  • (NEW) Add --include-usage CLI option. Note that the include_usage param in requests has higher priority than the --include-usage CLI option.