Demo
VARAG Plaground¶
Explore VARAG with our interactive playground! It lets you seamlessly compare various RAG (Retrieval-Augmented Generation) solutions, from data ingestion to retrieval.
This makes it easy to test and experiment with different approaches in real-time.
In [ ]:
Copied!
!git clone https://github.com/adithya-s-k/VARAG
%cd VARAG
%pwd
!git clone https://github.com/adithya-s-k/VARAG
%cd VARAG
%pwd
In [ ]:
Copied!
!apt-get update && apt-get install -y && apt-get install -y poppler-utils
!apt-get update && apt-get install -y && apt-get install -y poppler-utils
In [ ]:
Copied!
%pip install -e .
## We will be using Docling for OCR
%pip install docling
%pip install -e .
## We will be using Docling for OCR
%pip install docling
Run Gradio¶
In [ ]:
Copied!
!python demo.py --share
!python demo.py --share