• Stars
    star
    903
  • Rank 48,649 (Top 1.0 %)
  • Language
    Python
  • License
    MIT License
  • Created over 1 year ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Chat-Your-Data

Create a ChatGPT like experience over your custom docs using LangChain.

See this blog post for a more detailed explanation.

Ingest data

Ingestion of data is done over the state_of_the_union.txt file. Therefor, the only thing that is needed is to be done to ingest data is run python ingest_data.py

Query data

Custom prompts are used to ground the answers in the state of the union text file.

Running the Application

By running python app.py from the command line you can easily interact with your ChatGPT over your own data.