How to build a chatbot out of your website content

1 · Marc Päpper · March 21, 2023, 1:33 p.m.
In a previous blog entry, we used langchain to make a Q&A bot out of the content of your website. This blog posts builds on the previous entry and makes a chatbot which you can interactively ask questions similar to how ChatGPT works. We already created the relevant document embeddings of our website content and saved it in a file called faiss_store.pkl, so we’ll assume that we already have that one....