Skip to content

PoCInnovation/poc-n-rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoC-n-Rag // Retrieval-Augmented Generation

Description

PoC-n-Rag is a proof-of-concept project leveraging Retrieval-Augmented Generation (RAG) techniques. The aim is to combine powerful retrieval mechanisms with generative AI models to produce highly relevant, context-aware responses by pulling data from various sources and generating coherent answers based on that data. This approach is particularly useful for applications in customer support, knowledge management, and any domain that requires generating precise answers from a large dataset.

Our project focuses on testing and refining a RAG-based architecture that can accurately retrieve relevant documents and generate responses for complex user queries, enhancing user experience and efficiency in information retrieval.


Our PoC Team ❤️

Developers

|
[Valentin Peron]
|

Manager


[Léandre Ramos]

Organization

LinkedIn logo Instagram logo Twitter logo Discord logo

Website logo

🚀 Don't hesitate to follow us on our different networks and give a 🌟 to PoC's repositories!

Made with ❤️ by PoC


Environment Variables

To configure the environment for running this project, you can load your .env file:

export $(grep -v '^#' .env | xargs)

Installation packages

To install the required packages, run the following command:

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published