Skip to content

Commit 19c1c5b

Browse files
authored
Merge pull request #72 from vectorlessflow/dev
docs(README): update image dimensions and spacing
2 parents 7341d96 + 7764d37 commit 19c1c5b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
**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.
1717

18-
---
18+
1919

2020
## Why Vectorless
2121

@@ -24,11 +24,11 @@ Most document retrieval solutions rely on vector similarity — splitting docume
2424
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.
2525

2626
<div align="center">
27-
<img src="https://vectorless.dev/img/workflow.svg" alt="Vectorless Workflow" width="720">
27+
<img src="https://vectorless.dev/img/workflow.svg" alt="Vectorless Workflow" width="900">
2828
</div>
2929

3030
<div align="center">
31-
<img src="https://vectorless.dev/img/demo.gif" alt="Vectorless Demo" width="720">
31+
<img src="https://vectorless.dev/img/demo.gif" alt="Vectorless Demo" width="900">
3232
</div>
3333

3434
## Quick Start

0 commit comments

Comments
 (0)