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...

Hey everyone! 🦙

If you’re diving into LlamaIndex, you should check out Create Llama'! It’s a super handy command-line tool that makes generating LlamaIndex apps a breeze.

The best part? The blog post breaks down how to get started and maximize its potential. If you’re into building apps w...