retail-multimodal-rag/ ├── data/ # Place flipkart CSV here ├── images/ # Downloaded product images (auto-populated) ├── indexes/ # FAISS indexes (auto-generated) │ ├── text_index.faiss │ ├── ...
🤖 Robotics RAG Agent A fully local, production-grade Robotics-Specialized RAG (Retrieval Augmented Generation) AI Agent built with FastAPI, React, FAISS, and Gemini API. Specialized exclusively in ...