Georgios Andrianakis
Georgios Andrianakis
I see [Open WebUI](https://github.com/open-webui/open-webui) being mentioned a lot in the context of Ollama. We should look into adding it to the WebUI (probably via it's [Docker option](https://docs.openwebui.com/getting-started/#quick-start-with-docker-)).
Would it be possible to use a `StreamingChatModel` in the DevUI if it's accessible? This would allow to stream the response back
See https://github.com/quarkiverse/quarkus-langchain4j/actions/runs/8531342671
Currently when no `@MemoryId` object is used we use `default`, unless a request scope is active (see https://github.com/quarkiverse/quarkus-langchain4j/pull/339). The idea here is to make this configurable, so for example with...
[This](https://www.rungalileo.io/blog/mastering-rag-how-to-architect-an-enterprise-rag-system) article makes a very good case for adding observability to RAG. We should probably head the advice and add metrics and tracing to our RAG approach
Given the fact that the native tests take a while to run, it would be nice if we introduced a setup similar to Quarkus where [GIB](https://github.com/gitflow-incremental-builder/gitflow-incremental-builder) ensures that only the...
This is will allow the annotation to use be useful for Java records
This module depends on gRPC so we'll have to see what the best way of supporting it is - Depends on: #185
It would probably be cool to have a jbang based `CodeExecutionEngine`. @maxandersen did you already mention this or did I hallucinate?