#ollama
Read more stories on Hashnode
Articles with this tag
Make a Small Language Model smarter · Introduction The topic of this blog post is to make a SLM smarter (SLM for Small Language model). Why would you...
I often need to develop simple Java tools that use AI (thanks to Ollama) to generate documents and source code... I love Langchain4J, but my needs are...
Use Mistral Function Calling support and Ollama to run WASM Rust functions with Parakeet and Extism · Since version 0.0.6, Parakeet supports "Function...
Again, with Bash and Jq · In a previous blog post, I explained "Function Calling" and how to use it with Mistral 7B, which implements this feature. You...
What is "Function Calling"? First, it's not a feature where a LLM can call and execute a function. "Function Calling" is the ability for certain LLMs...
Doing RAG with Golang and Ollama · Reminder: Parakeet is a small library to develop GenAI applications with Golang in a simple way (you can read an...