All about the topic

gateway

Last post

Retrieval Augmented Generation (RAG) in Open-WebUI

Retrieval Augmented Generation (RAG) in Open-WebUI

Retrieval-Augmented Generation Welcome to this tutorial on Retrieval Augmented Generation (RAG).If you're wondering what RAG is, why this technique can be so useful and how to configure it in your Open-WebUI, you've come to the right place. What exactly is RAG and how does it work? Retrieval Augmented Generation (RAG) is one of the most important techniques in recent years for making large language models (LLMs) significantly more reliable without the need to constantly retrain or fine-tune...

read more

All contributions

What comes after ingress-nginx?

What comes after ingress-nginx?

Last November, the Kubernetes project announced the discontinuation of the popular ingress controller ingress-nginx. After a best-effort transition phase until March 2026, the project will no longer receive any releases, bug fixes or security updates from this point...

Kubernetes Gateway API explained

Kubernetes Gateway API explained

If you run applications, you usually want to interact with them. This basic statement is almost always true: whether it's a web store, database or cloud storage, you have to access the services via a network somehow. Very few applications run in a network vacuum. In...