Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 889 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 889 Bytes

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