Skip to content

Commit e5b0732

Browse files
committed
docs(readme): remove star call-to-action and update development warning
Remove the star call-to-action message and update the early development warning by removing the ⭐ emoji prefix. docs(architecture): enhance diagram with comprehensive system design Update architecture.svg to include: - Expand canvas size from 720px to 800px height - Add detailed configuration section with TOML settings - Include LLM executor with throttle control and retry mechanisms - Add query decomposition and pilot guidance components - Implement unified metrics hub with LLM, pilot, retrieval, and feedback statistics - Add feedback learning loop from user feedback to decision adjustment - Include design philosophy section highlighting zero vectors, algorithm+LLM hybrid approach, feedback learning, and multi-turn support - Replace keyword/semantic/LLM strategies with keyword-only, BM25, and hybrid scoring strategies - Update workspace to include feedback store component
1 parent 59b6ed7 commit e5b0732

2 files changed

Lines changed: 101 additions & 87 deletions

File tree

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313

1414
Ultra performant document intelligence engine for RAG, with written in **Rust**. Zero vector database, zero embedding model — just LLM-powered tree navigation. Incremental indexing and multi-format support out-of-box.
1515

16-
**Drop a star to help us grow!**
17-
18-
**⚠️ Early Development**: This project is in active development. The API and features are likely to evolve, and breaking changes may occur.
16+
**Early Development**: This project is in active development. The API and features are likely to evolve, and breaking changes may occur.
1917

2018

2119
## Why Vectorless?
@@ -134,19 +132,12 @@ async fn main() -> vectorless::Result<()> {
134132

135133
## Examples
136134

137-
See the [examples/](examples/) directory for complete working examples
138-
135+
See the [examples/](examples/) directory for complete working examples.
139136

140137
## Architecture
141-
142-
### Pilot Architecture
143-
144-
![Pilot Architecture](docs/design/pilot-architecture.svg)
145-
146-
### System Overview
147-
148138
![Architecture](docs/design/architecture.svg)
149139

140+
150141
## Contributing
151142

152143
Contributions are welcome!

docs/design/architecture.svg

Lines changed: 98 additions & 75 deletions
Loading

0 commit comments

Comments
 (0)