Skip to content

Henningzen/srag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Simple RAG - Retrieval Augmentet Generation.

Core idea:

Large language models (LLMs) are great at composition and reasoning, but their factual recall is limited to what was baked into their weights at pre-training time.

RAG remedies this by:

  1. Retrieving relevant pieces of external knowledge on-the-fly with a fast vector search;
  2. Supplying those snippets to a generator model, which uses them to craft the final answer.

‼️⚠️🚧 Under Construction 🚧️

Installation

Download from https://github.com/Henningzen/srag

Usage

clojure -X:run-x

Testing

clojure -T:build test
clojure -X:test

CI pipeline

clojure -T:build ci
java -jar target/no.jansenh/srag-0.1.0-SNAPSHOT.jar

Changelog

We keep a changelog.

License

Copyright © 2025 Henning Jansen Distributed under the GNU General Public License v3.0

About

Simple RAG - Retrieval Augmented Generation

Resources

License

Stars

Watchers

Forks

Packages

No packages published