InfoRAG is an AI-powered documentation assistant that leverages Retrieval-Augmented Generation (RAG) to provide accurate, context-aware responses to professional queries across various domains.
- Knowledge-Based Ingestion Pipeline
- Vector Embedding
- Multimodal Input Processing
- Chain-of-Thought Implementation to reduce hallucinations
- Backend Framework:
- FastAPI
- Frontend:
- NextJS
- TypeScript
- Gemini
- Deepseek R1 Distill Llama 70B
- Nomic-Embed-Text
- LlamaIndex:
- Gemini Genai SDK:
- Groq
- AstraDB
- Tool Calling
- Arxiv Plugin
- PubMed Document API
- uv Package Manager
- Docker
- Choose Domain
- Enter your Prompt
- Enable Web Search(Stock Prices, Weather, API Requests, Current News)
- Audio Input
- Attach PDF/Image
docker run -d -p 8000:8000 -v $(pwd)/.env:/app/.env sasquatch06/rag-backend:latest