Set up MLFlow

Set up MLFlow Download Anaconda how you normally would from https://www.anaconda.com/download Once downloaded, run this command to make the .sh file executable, and then execute it as your normal user, not as root. It will be installed to /home/<your_user>/anaconda3 Once it is installed, add Anaconda to your path Create a Read more…

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…