You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Vectorless** is a Rust library for querying structured documents using natural language — without vector databases or embedding models.
18
+
**Vectorless** is a library for querying structured documents using natural language — without vector databases or embedding models. Core engine written in Rust, with Python bindings.
16
19
17
20
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:
18
21
@@ -22,7 +25,7 @@ Instead of chunking documents into vectors, Vectorless preserves the document's
22
25
23
26
## How It Works
24
27
25
-

28
+
<imgsrc="https://raw.githubusercontent.com/vectorlessflow/vectorless/main/docs/design/how-it-works.svg"alt="How it works">
26
29
27
30
### 1. Index: Build a Navigable Tree
28
31
@@ -48,7 +51,7 @@ When you ask "How do I reset the device?":
48
51
49
52
## Traditional RAG vs Vectorless
50
53
51
-

54
+
<imgsrc="https://raw.githubusercontent.com/vectorlessflow/vectorless/main/docs/design/comparison.svg"alt="Traditional RAG vs Vectorless">
0 commit comments