Skip to content

Commit 05b9382

Browse files
committed
docs: Add a banner image and improve formatting in the README.
1 parent 9f5eca1 commit 05b9382

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1-
# 🔍 AlphaSearch
1+
<div align="center">
22

3-
**AlphaGo-inspired MCTS for Document Retrieval**
3+
# AlphaSearch
44

5-
AlphaSearch replaces vector databases with Monte Carlo Tree Search — the same algorithm that powered AlphaGo — for document retrieval. Upload PDFs, ask questions, and the system finds the exact section containing the answer using LLM reasoning.
5+
### AlphaGo-inspired MCTS for Document Retrieval
6+
7+
<br>
8+
9+
<img src="assets/banner.png" alt="AlphaSearch Banner" width="800">
10+
11+
<br>
12+
<br>
13+
14+
AlphaSearch replaces vector databases with **Monte Carlo Tree Search** — the same algorithm that powered AlphaGo — for document retrieval. Upload PDFs, ask questions, and the system finds the exact section containing the answer using LLM reasoning.
615

716
**No vectors. No embeddings. No chunking. Just reasoning.**
817

18+
</div>
19+
920
---
1021

1122
## Two Modes

assets/banner.png

2.1 MB
Loading

0 commit comments

Comments
 (0)