README fixes

This commit is contained in:
Ian Griffin 2024-10-28 14:32:37 +08:00
parent 6a6b41250e
commit 51325bde69
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ RAGger
======
```ragger.py``` is a command line tool to RAG over multiple pieces of text, PDFs and websites using langchain and OpenAI.
The main repository is on ![git.telosama.xyz](https://git.telosama.xyz/iang/ragger), where issues and contributions are accepted
The main repository is on [git.telosama.xyz](https://git.telosama.xyz/iang/ragger), where issues and contributions are accepted
## Prerequisites
Since this codebase uses OpenAI models, a OpenAI API key is needed.