Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Releases: LLukas22/Retrieval-Augmented-QA

Updated to llm-rs & Bugfix for Wiki-Importer

08 May 19:04
Compare
Choose a tag to compare

llama-rs 🦀

19 Apr 14:45
Compare
Choose a tag to compare

Switched the cpu-adapter from llama-cpp to llama-rs, to enable better streaming and stopword support.

Also added a cpu only API container.

Better CPU-Chat-Model Settings

11 Apr 16:19
Compare
Choose a tag to compare

Added some additional settings for the CPU-Model to the Environment Settings. Per default the Key-Value store now uses float-16 to store its values.

New embedding and QA models

11 Apr 11:56
Compare
Choose a tag to compare

Changed the default embedding and QA models to models that were specifically finetuned for Sentence-2-Paragraph retrieval.

Initial Release

10 Apr 15:43
Compare
Choose a tag to compare
v0.1.0

Cleanup and README