ragger/README.md

670 B

Ragger

Description

ragger.py is a command line tool to RAG over multiple pieces text, PDFs and websites using langchain and OpenAI.

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.

Installation

This program can be installed by cloning the repository and installing the package using pip:

git clone https://github.com/your_username/your_repository.git
cd ragger
pip install .

Usage

To use the ragger command, open a terminal and run:

ragger file_1_path.pdf file_2_path.txt https://url_1_path.net