Skip to content

Commit 1e79ac7

Browse files
authored
Merge pull request #18 from vectorlessflow/dev
docs(README): reorder algorithm and pilot descriptions for clarity
2 parents 74bf406 + e9f9dcf commit 1e79ac7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@
1818

1919
Instead of chunking documents into vectors, Vectorless preserves the document's tree structure and uses a **hybrid algorithm + LLM approach** to navigate it — like how a human reads a table of contents:
2020

21-
- **Algorithm** handles "how to walk" — BM25 scoring, tree traversal (fast, deterministic)
22-
- **Pilot (LLM)** handles "where to go" — semantic understanding, ambiguity resolution
21+
- **Pilot (LLM)** handles "where to go"
22+
- **Algorithm** handles "how to walk"
2323

24-
**Analogy:** Traditional RAG is like searching every word in a book. Vectorless is like reading the table of contents, then going to the right chapter.
2524

2625
## How It Works
2726

0 commit comments

Comments
 (0)