In one of my previous blog posts, I introduced LlamaIndex—a powerful framework for building LLM applications. In this post, I’d like to take it a step further by creating a toy project using a Next.js backend paired with the Olla...
If you enjoy working with Jupyter Notebooks/Lab or JupyterAI, you can use this template to easily set up your virtual environment.
Setting Up LlamaIndex and Jupyter-AI with Conda
Here's how to set up LlamaIndex and Jupyter-AI using Conda, with a touch of pip to install the langchain-ollama...
When experimenting with base or pretrained language models, the barrier to find a model can be high, since most available models are now instruction-tuned.
That’s why I wanted to share a couple of quick, practical ways to run these models, both through hosted APIs and locally, so you can start try...