Spaces:
Configuration error
Configuration error
Multi-modal RAG based LLM for Information Retrieval
In this project we have set up a RAG system with the following features:
- Custom PDF input
- Multi-modal interface with support for images & text
- Feedback recording and reusage
- Usage of Agents for Context Retrieval
The project primarily runs on Streamlit
Here is the Docker Image
Procedure to run the pipeline:
- Clone the project
- If you want to run the docker image, then run
docker_rag.sh
file as/bin/zsh ./docker_rag.sh
- Else if you want to run directly using streamlit, then:
- Install the requirements through
pip -r requirements.txt
- Run the
streamlit_rag.sh
file as/bin/zsh ./streamlit_rag.sh
- Install the requirements through