update macos env

This commit is contained in:
yichuan520030910320
2025-07-08 14:37:05 -07:00
parent a6c400cd4f
commit dafb2aacab
4 changed files with 21 additions and 87 deletions

View File

@@ -90,6 +90,12 @@ for result in results:
uv run examples/document_search.py
```
or you want to use python
```bash
source .venv/bin/activate
python ./examples/main_cli_example.py
```
**PDF RAG Demo (using LlamaIndex for document parsing and Leann for indexing/search)**
This demo showcases how to build a RAG system for PDF documents using Leann.