👩💻 Join our community of thousands of amazing developers!
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....