Skip to content

shanunited/QAChatbot-using-Groq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“– Gemma Model Document Q&A - Streamlit App

๐Ÿ“Œ Overview

This project is a Streamlit-based document Q&A system that uses LangChain, FAISS, and Google Generative AI Embeddings to provide accurate answers based on uploaded documents. It leverages vector embeddings for retrieval-augmented generation (RAG) and supports GROQ Llama 3 model for natural language responses.

๐Ÿ” Key Features

๐Ÿš€ Document Ingestion & Processing:

Uploads PDFs and processes text using PyPDFDirectoryLoader.

Splits documents into chunks using RecursiveCharacterTextSplitter.

๐Ÿ“Š Embedding & Retrieval:

Uses Google Generative AI Embeddings to create high-quality vector embeddings.

Stores and retrieves document vectors using FAISS.

๐Ÿค– Question Answering:

Queries documents through LangChainโ€™s retrieval chain.

Uses GROQ-powered Llama 3 model for precise responses.

๐Ÿ›  Future Enhancements

โœ… Integrate OpenAI and Anthropic models for comparison.

โœ… Add database storage (PostgreSQL) for persistent document retrieval.

โœ… Improve UI with better document visualization tools.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages