richardyc / knowledge_gpt_fork

Accurate answers and instant citations for your documents.

Home Page:https://knowledgegpt.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“–KnowledgeGPT

Accurate answers and instant citations for your documents.

πŸ”§ Features

  • Upload documents πŸ“(PDF, DOCX, TXT) and answer questions about them.
  • Cite sourcesπŸ“š for the answers, with excerpts from the text.

πŸ’» Running Locally

  1. Clone the repositoryπŸ“‚
git clone https://github.com/mmz-001/knowledge_gpt
cd knowledge_gpt
  1. Install dependencies with Poetry and activate virtual environmentπŸ”¨
poetry install
poetry shell
  1. Run the Streamlit serverπŸš€
cd knowledge_gpt
streamlit run main.py

πŸš€ Upcoming Features

  • Add support for more formats (e.g. webpages πŸ•ΈοΈ, PPTX πŸ“Š, etc.)
  • Highlight relevant phrases in citations πŸ”¦
  • Support scanned documents with OCR πŸ“
  • More customization options (e.g. chain type πŸ”—, chunk sizeπŸ“, etc.)

About

Accurate answers and instant citations for your documents.

https://knowledgegpt.streamlit.app/

License:MIT License


Languages

Language:Python 100.0%