LLM Application Development - Tutorial 5 - Long Term Memory
thenewboston · 16:40
Chatbots like ChatGPT forget prior turns once a session is gone, so this video shows how to fake long-term memory: embed past messages as vectors, store them in Pinecone, retrieve the nearest ones for a new query, and...