Skip to content

Commit b387150

Browse files
committed
docs(README): add core principles and restructure content
- Add core principles banner at the top of README - Reorganize content with clear "Three Rules" section - Move project description after principles - Maintain star call-to-action in updated structure
1 parent 2247032 commit b387150

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<img src="https://vectorless.dev/img/with-title.png" alt="Vectorless" width="400">
44

55
<h1>Reasoning-based Document Engine</h1>
6+
**Reason, don't vector.** · **Structure, not chunks.** · **Agents, not embeddings.** · **Exact, not synthesized.**
67

78
[![PyPI](https://img.shields.io/pypi/v/vectorless.svg)](https://pypi.org/project/vectorless/)
89
[![PyPI Downloads](https://static.pepy.tech/badge/vectorless/month)](https://pepy.tech/projects/vectorless)
@@ -13,18 +14,15 @@
1314

1415
</div>
1516

16-
**Reason, don't vector.** · **Structure, not chunks.** · **Agents, not embeddings.** · **Exact, not synthesized.**
17-
1817
**Vectorless** is a reasoning-native document engine written in Rust. It compiles documents into navigable trees, then dispatches **multiple agents** to find exactly what's relevant across your **PDFs, Markdown, reports, contracts**. No embeddings, no chunking, no approximate nearest neighbors. Every retrieval is a **reasoning** act.
1918

20-
Three rules govern every decision in this system. **No exceptions**:
19+
Light up a star and shine with us! ⭐
2120

21+
## Three Rules
2222
- **Reason, don't vector.** Retrieval is a reasoning act, not a similarity computation.
2323
- **Model fails, we fail.** No heuristic fallbacks, no silent degradation.
2424
- **No thought, no answer.** Only reasoned output counts as an answer.
2525

26-
Light up a star and shine with us! ⭐
27-
2826
## Why Vectorless
2927

3028
Traditional RAG systems split documents into chunks, embed them into vectors, and retrieve by similarity. Vectorless takes a different approach: it preserves document structure as a navigable tree and lets agents reason through it.

0 commit comments

Comments
 (0)