diff --git a/README.md b/README.md index dae45c0e..96d73505 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ **Vectorless** is a reasoning-native document engine designed to be the foundational layer for AI applications that need structured access to documents, with the core written in Rust. It does not use vector databases, embeddings, or similarity search. Instead, it transforms documents into hierarchical semantic trees and uses the LLM itself to navigate and retrieve — purely LLM-guided, from indexing to querying. ---- + ## Why Vectorless @@ -24,11 +24,11 @@ Most document retrieval solutions rely on vector similarity — splitting docume Vectorless takes a different approach. No vectors at all. It builds a **semantic tree index** of each document — preserving the original hierarchy — and uses the LLM itself to navigate that structure. The LLM generates the tree during indexing and reasons through it during retrieval. Pure LLM guidance, end to end.
+