Skip to content

Releases: LlamaEdge/rag-api-server

LlamaEdge-RAG 0.3.2

12 Apr 11:34
Compare
Choose a tag to compare

Major changes:

  • Adapt to llama-core v0.7.1
  • Improve the log messages

LlamaEdge-RAG 0.3.1

11 Apr 13:06
Compare
Choose a tag to compare

LlamaEdge-RAG 0.3.0

10 Apr 06:54
Compare
Choose a tag to compare

Major changes:

  • (BREAKING) Update CLI options

    • Keep RAG related CLI options
    • Replace --system-prompt with --rag-prompt option
    • Add --chunk-capacity option
  • Adapt to llama-core v0.8.0

LlamaEdge-RAG 0.2.0

07 Apr 13:07
Compare
Choose a tag to compare

Major changes:

  • Rename /v1/rag/embeddings to /v1/create/rag
  • Remove /v1/rag/query
  • Update README

LlamaEdge-RAG 0.1.0

06 Apr 10:40
Compare
Choose a tag to compare

Major features:

  • /v1/rag/embeddings endpoint as an all-in-one way to convert a *.txt or*.md document to embeddings.
  • /v1/rag/query endpoint as an equivalent of /v1/chat/completions for chatting with RAG models.
  • rag-api-server.wasm for HTTP scheme only.
  • rag-api-server-full.wasm for both HTTP and HTTPS schemes.