Skip to content

Commit a6cef0c

Browse files
author
Conrad CJ Wilson
committed
docs: fix README opening (markdown H1, remove docstring chars)
1 parent a68faed commit a6cef0c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""ragpilot — RAG & Knowledge-Systems reference implementation.
1+
# ragpilot — RAG & Knowledge-Systems reference implementation
22

33
Built to demonstrate the exact capability set in an Applied AI Engineer (RAG &
44
Knowledge Systems) brief: retrieval-augmented generation over unstructured
@@ -51,4 +51,5 @@ ingest ─▶ chunk ─▶ embed ─▶ store (chunks+embeddings)
5151
- GET /graph?entity= — knowledge-graph relations for an entity
5252
- GET /eval — retrieval/answer quality metrics
5353
- POST /reset — clear state
54-
"""
54+
55+
Swap in real adapters (`sentence-transformers` embedder, `pgvector` store, LLM client) by implementing the slots in `ragpilot/adapters.py` — the retrieval, graph, grounding, and eval contracts stay identical.

0 commit comments

Comments
 (0)