Skip to content

Commit 90ba8c5

Browse files
committed
docs: updated README with new format for gptme-rag index path arguments
1 parent 14357b1 commit 90ba8c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RAG systems improve AI responses by retrieving and incorporating relevant inform
5353
pipx install gptme-rag # or: pip install gptme-rag
5454

5555
# Index your documents
56-
gptme-rag index ./docs --pattern "**/*.md"
56+
gptme-rag index **.md
5757

5858
# Search
5959
gptme-rag search "What is the architecture of the system?"
@@ -72,10 +72,10 @@ poetry install
7272

7373
```bash
7474
# Index markdown files in a directory
75-
gptme-rag index /path/to/documents --pattern "**/*.md"
75+
gptme-rag index *.md
7676

7777
# Index with custom persist directory
78-
gptme-rag index /path/to/documents --persist-dir ./index
78+
gptme-rag index *.md --persist-dir ./index
7979
```
8080

8181
### Searching

0 commit comments

Comments
 (0)