Skip to content

hwchase17/chat-langchain-readthedocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-LangChain-ReadTheDocs

Create a ChatGPT like experience over your ReadTheDocs using LangChain.

📊 Example Data

This repo uses the LangChain Documentation as an example.

🧑 Instructions for ingesting your own ReadTheDocs documentation

Run the following command to download html for a given website. Replace https://langchain.readthedocs.io/en/latest/ with a URL to your website.

wget -r -A.html https://langchain.readthedocs.io/en/latest/

Ingest data

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 LangChain Documentation files.

Running the Application

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages