| Home | Manual | About |
This Page contains Instructions for testing the RAG
cd .\frontend\
npm install
npm run dev
cd .\rag
npm install
It Uses Sentence Transformer with all-mpnet-base-v2 model.
Can be replaced with other sentence transformer models from HuggingFace
cd .\rag\servers
python .\embed.py
Use the base example.env to create your .env
cp example.env .env
Note: Replace with your Gemini API Key. Get Gemini API from Gemini API
If you wish to use ollama. Then you need to run Ollama, Refer /Ollama
To Start the Backend server
npm run server