quarkiverse / quarkus-langchain4j

Quarkus Langchain4j extension
https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html
Apache License 2.0
115 stars 64 forks source link

Allow ollama devservice container to create an image with any configured model #683

Closed Malandril closed 6 days ago

Malandril commented 2 weeks ago

Allows ollama devservice container to create an image with any configured model.

This renames model tags replacing the : by _ so that the created image has a correctly named tag.

geoand commented 2 weeks ago

Thanks for the contribution.

Is there a reason you are using this instead of the zero-configuration Ollama support?

Malandril commented 1 week ago

Running in tests in pipelines is easier with the devservices docker version as i don't have much to change compared to "classic" test containers pipelines.

But if is to be removed then, i guess i need to make an alternative setup.

geoand commented 6 days ago

But if is to be removed then, i guess i need to make an alternative setup.

It will at some point because the developer experience is much worse than with the new way