Recently, I passed a job interview where we discussed a practical use case related to intelligent document processing and automation. In this blog series, I’ll attempt to implement key parts of that use case to evaluate how well I can design such a system and integrate the relevant tools and softwar...
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...