chatbot / multiple_docs /chatbot_exp.txt
tdecae's picture
Update multiple_docs/chatbot_exp.txt
53e638d
raw
history blame
No virus
302 Bytes
how was this chatbot built:
it was built using python, langchain and gradio
what i can do with langchain:
as per this chatbot, I'm able to fine tune chatGPT to my own data and also make use of OpenAIEmbeddings.
I also have knowledge of how to implement Chain of Thought (CoT) and Tree of Thought (ToT)