Build a Document Question Answering app using LangChain and Streamlit.
You can get your own OpenAI API key by following the following instructions:
- Go to https://platform.openai.com/account/api-keys.
- Click on the
+ Create new secret key
button. - Next, enter an identifier name (optional) and click on the
Create secret key
button.
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.