Skip to content
/ ragprop Public

RAG LLM agent to retrieve proposals from minutes and meeting transcripts

Notifications You must be signed in to change notification settings

pagand/ragprop

Repository files navigation

ragprop

RAG LLM agent to retrieve proposals from minutes and meeting transcripts.

Setup

To run this project, ensure you have Python installed and the required packages, which can be installed via pip:

cd ragprop
pip install virtualenv
virtualenv --python=python3.11 myenv
source myenv/bin/activate
pip install -r requirements.txt

About

RAG LLM agent to retrieve proposals from minutes and meeting transcripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published