Skip to content

git-vish/docqa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DocQA


This project implements a document-based knowledge base and Q&A system using Streamlit, LangChain, Google GenAI, and FAISS.

DocQA Screenshot

Features

  • Text extraction and chunking
  • In-memory vector storage using FAISS
  • Question answering using LangChain and Google GenAI

Setup

  1. Clone the repository
  2. Install dependencies: uv install or pip install -r requirements.txt
  3. Set up environment variables in .env file
  4. Run the application: streamlit run src/main.py

References

About

πŸ“šπŸ€– Document Q&A using LangChain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages