Skip to content
Merged

Dev #44

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@

</div>

**Vectorless** is an ultra-performant reasoning-native document intelligence engine for AI, with the core written in Rust. It transforms documents into rich semantic trees and uses LLMs to intelligently traverse the hierarchy — retrieving the most relevant content through structural reasoning and deep contextual understanding.

<div align="center"><img src="https://raw.githubusercontent.com/vectorlessflow/vectorless/main/docs/design/positioning.svg" alt="Vectorless" width="550" height="550"></div>
**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
Expand All @@ -40,7 +38,7 @@ from vectorless import Engine, IndexContext
# Create engine with a workspace directory
engine = Engine(workspace="./data")

# Index a document (PDF, Markdown, DOCX, HTML)
# Index a document (PDF or Markdown)
result = engine.index(IndexContext.from_file("./report.pdf"))
doc_id = result.doc_id

Expand Down Expand Up @@ -84,6 +82,7 @@ async fn main() -> vectorless::Result<()> {
</details>

## Examples

See [examples](examples/) for more and stay tuned.

## Contributing
Expand Down
4 changes: 0 additions & 4 deletions docs/design/logo-title.svg

This file was deleted.

71 changes: 0 additions & 71 deletions docs/design/positioning.svg

This file was deleted.