Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 511 Bytes

File metadata and controls

33 lines (23 loc) · 511 Bytes

RAG App

A simple application for retrieval-augmented generation (RAG).

Features

  • Efficient data retrieval
  • Seamless integration with AI models
  • Scalable and customizable

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/rag-app.git
  2. Install dependencies:
    poetry add
    poetry install

Usage

Run the application:

poetry run dev

License

This project is licensed under the MIT License.