This is an example repo of how to use your own documentation to create a question answering bot using LangChain and the openAI API.
There is a langchain quickstart under quickstart.ipynb
You can ingest the documentation using ingest.py
and then ask questions about it using qa.py
This is the subject of this video. You can see the elements at play one by one in meta_optimizing.ipynb
or as a streamlit app in meta_optimizing.py
. Run with stramlit:
streamlit run meta_optimizing.py