Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dataprofessor/langchain-ask-the-doc
Ask the Doc app built using Langchain and Streamlit.
https://github.com/dataprofessor/langchain-ask-the-doc
langchain langchain-python large-language-models llm streamlit
Last synced: 11 days ago
JSON representation
Ask the Doc app built using Langchain and Streamlit.
- Host: GitHub
- URL: https://github.com/dataprofessor/langchain-ask-the-doc
- Owner: dataprofessor
- Created: 2023-06-01T07:09:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-24T05:57:22.000Z (12 months ago)
- Last Synced: 2024-07-31T08:14:01.719Z (3 months ago)
- Topics: langchain, langchain-python, large-language-models, llm, streamlit
- Language: Python
- Homepage: https://langchain-ask-the-doc.streamlit.app/
- Size: 85.9 KB
- Stars: 58
- Watchers: 1
- Forks: 102
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - dataprofessor/langchain-ask-the-doc - Ask the Doc app built using Langchain and Streamlit. (Python)
README
# 🦜🔗 LangChain - Ask the Doc
Build a Document Question Answering app using LangChain and Streamlit.
## Demo App
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://langchain-ask-the-doc.streamlit.app/)
## Get an OpenAI API key
You can get your own OpenAI API key by following the following instructions:
1. Go to https://platform.openai.com/account/api-keys.
2. Click on the `+ Create new secret key` button.
3. Next, enter an identifier name (optional) and click on the `Create secret key` button.## Try out the app
Once the app is loaded, go ahead and enter your OpenAI API key and type a question in the text box and wait for a generated response.