Langchain PDF Ollama RAG (Retrieval Augmented Generation)

Give PDF and talk about it using lanchain to perform RAG using Ollama embedings and FAISS vectorstore yeah maybe many tools already provide this kind of feature, But this is different, this is about knowing behind the scene. what actually they do to the pdf files? what actually we do to the text in it? and how the LLM is know what context they need?. first thing first what is RAG? RAG is Retrieval Augmented Generation ...

2 December 2024

Ollama Chat From Browser Using Nextjs

Ollama Chat From Browser Using Nextjs This writing will be so small. it should be a step by step on creating nextjs app that will communicate with local ollama. the model that i use is mistral its the fastest now running in my local. but instead starting from scrath, lets asking help to bolt.new to create interface that will communicate with our ollama server in local. there is a reason why i learn this. i want to do …. lets wait for another post 😄 ...

21 November 2024