mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-04-30 18:46:21 +02:00
Update README.md
This commit is contained in:
parent
e99f9bffa4
commit
5dc03fe720
1 changed files with 2 additions and 2 deletions
|
|
@ -155,7 +155,7 @@ PageIndex's hierarchical indexing enabled precise navigation and extraction of r
|
||||||
|
|
||||||
# 🧠 Reasoning-Based RAG with PageIndex
|
# 🧠 Reasoning-Based RAG with PageIndex
|
||||||
|
|
||||||
Use PageIndex to build **reasoning-based retrieval systems** without relying on semantic similarity. Great for domain-specific tasks where nuance matters (see **[more examples](https://pageindex.vectify.ai/examples/rag)**).
|
Use PageIndex to build **reasoning-based retrieval systems** without relying on semantic similarity. Great for domain-specific tasks where nuance matters (see **[more examples](https://docs.pageindex.ai/doc-search)**).
|
||||||
|
|
||||||
### 🔖 Preprocessing Workflow Example
|
### 🔖 Preprocessing Workflow Example
|
||||||
1. Process documents using PageIndex to generate tree structures.
|
1. Process documents using PageIndex to generate tree structures.
|
||||||
|
|
@ -177,7 +177,7 @@ Use PageIndex to build **reasoning-based retrieval systems** without relying on
|
||||||
- Generate contextually informed responses
|
- Generate contextually informed responses
|
||||||
|
|
||||||
|
|
||||||
### 🔖 Example Prompt for Node Selection
|
### 🔖 Example Prompt for Tree Search (Node Selection)
|
||||||
|
|
||||||
```python
|
```python
|
||||||
prompt = f"""
|
prompt = f"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue