Vectorless is a reasoning-native document intelligence engine written in Rust — no vector database, no embeddings, no similarity search. It transforms documents into hierarchical semantic trees and uses LLMs to navigate the structure, retrieving the most relevant content through deep contextual understanding instead of vector math.
Quick Start
Install
Index and Query
# Create engine — api_key and model are required
=
# Index a document (PDF or Markdown)
= await
=
# Query
= await
[]
= "0.1"
use ;
async
Examples
See examples for more and stay tuned.
Contributing
Contributions welcome! If you find this useful, please ⭐ the repo — it helps others discover it.
Star History
License
Apache License 2.0