Skip to content

Commit

Permalink
Added web_downloader.py to README.md briefly
Browse files Browse the repository at this point in the history
  • Loading branch information
KuuCi committed Aug 30, 2023
1 parent bc5623a commit 5f0b95d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/end-to-end-examples/support_chatbot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ After running the `gradio` command, you should see link to your application. It
python app.py
```

What this will do is combine everything together to create your chatbot! With default args, it downloads all of the public MosaicML repositories as well as uses a [web_downloader.py](./web_downloader.py) to download all of the MosaicML Docs. After, it will embed the data to create a vector store that LangChain can run similarity searches on to provide the model with context when answering questions.

Please note that you can customize this app by updating the parser args. Please see what you can customize in [`app_demo.py`](./app_demo.py)


Expand Down

0 comments on commit 5f0b95d

Please sign in to comment.