by gargigupta97 on 12/2/24, 10:40 PM with 1 comments
by gargigupta97 on 12/2/24, 10:40 PM
In this tutorial, we’ll build a local ChatGPT clone using Llama 3.1 8B with a memory feature, making it capable of recalling past conversations. All components, from the language model to memory and vector storage, will run on your local machine
For this app, we’re using Qdrant for vector storage, Ollama to run Llama 3.1 locally, and Mem0 to manage memory.
Find all the awesome LLM Apps tutorials with RAG and AI agents in this AI newsletter for developers.
It's absolutely free!