Auto Added by WPeMatico

22May/25

Mocking (Python)

When I write code I like to include tests. Tests help me to reduce the risk of code breaking changes and give me the reassurance that what I have coded does what I need it to do. I’m currently writing a backend (Django/Python) that serves some APIs and a frontend (Flask/Python) to consume those APIs, […]
05Jan/25

LLM – Retrieval Augmented Generation (RAG) with Ollama Embeddings

The work on the Large Language Model (LLM) bot so far has seen the running of LLM locally using Ollama, a switch in models (from tinyllama to gemma) whilst introducing LangChain and then the switch to LangChain templates. Note: If you skipped the previous blog entry posts, I’m following along with Real Pythons “Build an LLM […]