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...
Hey,
I wanted to share some code snippets from my latest experiment, where I attempted to emulate an Ollama server.
While working with create-llama, I needed to capture the exact queries sent to the Ollama server and the responses received from it. To do this, I created a mock Ollama server. H...
The JSONReader allows you to parse JSON documents while offering features to extract relationships between nodes.
It provides options to control the depth of traversal, collapse lengthy JSON fragments, and clean up the JSON structure.
First things first, let's install the package via pip:
p...