chore: update readme

This commit is contained in:
sigoden
2024-07-13 00:41:46 +00:00
parent 3f25728e15
commit 9b557ae1f5
2 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -36,9 +36,11 @@ instructions: |
### documents
Documents are used for RAG.
Documents are used for RAG, supporting local files/dirs and remote URLs.
```yaml
documents:
- https://raw.githubusercontent.com/sigoden/llm-functions/main/README.md
- local-file.txt
- local-dir/
- https://example.com/remote-file.txt
```