README fixes
This commit is contained in:
parent
6a6b41250e
commit
51325bde69
|
|
@ -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.
|
```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 , 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
|
## Prerequisites
|
||||||
Since this codebase uses OpenAI models, a OpenAI API key is needed.
|
Since this codebase uses OpenAI models, a OpenAI API key is needed.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue