Author: Abdullah
-
How to Feed Website Data into LLM using Langchain
In this post I will try to get you to run your LLM locally and feed your own data into it. To be able to do this you need to be running your own Jupyter Notebook. To see how you can do that please follow this link. How to Run Jupyter Notebook on MacOS Set…
-
How to Run Jupyter Notebook on MacOS
setting up Jupyter Notebook on your local machine, especially tailored for MacOS users. If you’re navigating this on Windows, you might need to adapt some steps or do a bit more digging. Step 1: Download and Install Anaconda Step 2: Configure Conda in Terminal Open your terminal and type conda, then press ENTER. If you…
-
{ “cells”: [ { “cell_type”: “markdown”, “id”: “c7ded892-dcce-4eb8-bd44-1b06875a4eac”, “metadata”: {}, “source”: [ “**TUPLES**” ] }, { “cell_type”: “markdown”, “id”: “9244e377-5bb0-4e21-8861-02ddd0673a28”, “metadata”: {}, “source”: [ “Tuples are immutable. Doesnt matter if you turn a mutable object into tuple. Its still immutable\n”, “\n”, “You can create tuples like listing” ] }, { “cell_type”: “code”, “execution_count”: 1, “id”:…