Local ChatGPT using LMStudio, Lanchain, and RAG data

Local ChatGPT using LMStudio, Lanchain, and RAG data This post follows from my previous post about RAGs (steps 1, 2, and 3) which can be found here: https://techstuff.leighonline.net/2024/04/30/creating-a-vector-database-for-rag-using-chroma-db-langchain-gpt4all-and-python/ In this post we will spin up the LMStudio server and use Langchain to chat to a Lambda3 model. We are going Read more…