From dbf8bb1766d38d7a4ac858389804d28e1aac0b9c Mon Sep 17 00:00:00 2001 From: Ian Griffin Date: Mon, 28 Oct 2024 11:02:54 +0800 Subject: [PATCH] README fixes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a73255..6020c7d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Ragger +RAGger ====== ```ragger.py``` is a command line tool to RAG over multiple pieces of text, PDFs and websites using langchain and OpenAI. @@ -7,6 +7,7 @@ The main repository is on ![git.telosama.xyz](https://git.telosama.xyz/iang/ragg ## Prerequisites Since this codebase uses OpenAI models, a OpenAI API key is needed. After obtaining an API key, set the environment variable OPENAI_API_KEY to the API key. +This program is built on top of python 3.10 ## Installation This program can be installed by cloning the repository and installing the package using pip: