Skip to content

Commit 06ebbc1

Browse files
authored
Merge pull request #34 from vectorlessflow/dev
docs(README): center image and update examples reference
2 parents 228f4d8 + fa8ec54 commit 06ebbc1

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
**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.
2525

26-
<img src="https://raw.githubusercontent.com/vectorlessflow/vectorless/main/docs/design/positioning.svg" alt="Vectorless" width="550">
26+
<div align="center"><img src="https://raw.githubusercontent.com/vectorlessflow/vectorless/main/docs/design/positioning.svg" alt="Vectorless" width="550" height="550"></div>
2727

2828

2929
## Quick Start
@@ -88,7 +88,7 @@ async fn main() -> vectorless::Result<()> {
8888
</details>
8989

9090
## Examples
91-
See [examples/](examples/) for more Rust patterns — streaming, document graph, custom pilot, cross-document retrieval, and more.|
91+
See [examples](examples/) for more and stay tuned.
9292

9393
## Contributing
9494

docs/design/logo-title.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)