Skip to content

anshyyy/python-rag

Repository files navigation

RAG Application

Overview

This is a Retrieval-Augmented Generation (RAG) application that enhances AI responses by incorporating relevant context from a knowledge base.

Installation

Prerequisites

  • Python 3.8+
  • pip package manager

Setup

  1. Clone the repository
git clone <repository-url>
cd rag
  1. Create and activate virtual environment
python -m venv venv
source venv/bin/activate  # For Unix/MacOS
# OR
.\venv\Scripts\activate   # For Windows
  1. Install dependencies
pip install -r requirements.txt

Usage

Instructions for running the application will be added soon.

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages