An open API service indexing awesome lists of open source software.

https://github.com/visvav/rag-gemini-implementation

A lightweight RAG-based Question Answering System using Sentence-Transformers for semantic retrieval and Google Gemini for natural language generation
https://github.com/visvav/rag-gemini-implementation

Last synced: 8 months ago
JSON representation

A lightweight RAG-based Question Answering System using Sentence-Transformers for semantic retrieval and Google Gemini for natural language generation

Awesome Lists containing this project

README

          

# RAG-Based Q&A System with Gemini and Sentence-Transformers

# Feautres
- Input any user query related to your dataset
- Retrieve top relevant chunks using cosine similarity
- Generate contextual responses using Gemini
- Can be used as a chatbot, FAQ assistant, or search helper