Releases: LlamaEdge/rag-api-server
Releases · LlamaEdge/rag-api-server
LlamaEdge-RAG 0.3.8
major change: update the chat-prompts dep to 0.6.2
LlamaEdge-RAG 0.3.7
Major change:
- Post-process the generation of
phi-3-chatmodel in non-stream mode.
LlamaEdge-RAG 0.3.6
Major changes:
- Post-process the generation of
llama-2-chatandllama-3-chatmodels in non-stream mode.
LlamaEdge-RAG 0.3.5
Major changes:
LlamaEdge-RAG 0.3.4
Major changes:
- Support models without
system promptin RAG
LlamaEdge-RAG 0.3.3
Major change:
- Support Meta-Llama-3-8B-Instruct
LlamaEdge-RAG 0.3.2
Major changes:
- Adapt to
llama-core v0.7.1 - Improve the log messages
LlamaEdge-RAG 0.3.1
Major changes:
LlamaEdge-RAG 0.3.0
Major changes:
-
(BREAKING) Update CLI options
- Keep RAG related CLI options
- Replace
--system-promptwith--rag-promptoption - Add
--chunk-capacityoption
-
Adapt to
llama-core v0.8.0
LlamaEdge-RAG 0.2.0
Major changes:
- Rename
/v1/rag/embeddingsto/v1/create/rag - Remove
/v1/rag/query - Update
README