Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 249 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 249 Bytes

C RAG

An attempt at a low-level (C) implementation of an end-to-end RAG pipeline, inspired by Karpathy's llm.c project. Basic pieces:

  • Vector store
  • Embedding model inference code
  • LLM inference code