quarkus-langchain4j
quarkus-langchain4j copied to clipboard
Cover the whole Ollama API
I can see that Quarkus extension only covers the /api/generate Ollama endpoint but do we plan to cover everything like here https://github.com/langchain4j/langchain4j/blob/main/langchain4j-ollama/src/main/java/dev/langchain4j/model/ollama/OllamaApi.java ?
I'm mostly interested in the embeddings endpoint. I can also try to contribute to this.
We could certainly use the embeddings and chat models :)
I was looking at the code and saw this https://github.com/quarkiverse/quarkus-langchain4j/blob/main/ollama/deployment/src/main/java/io/quarkiverse/langchain4j/ollama/deployment/OllamaProcessor.java#L56-L64 , did you start a first attempt for embedding ? Was it not working or just no time to implement it ?
I honestly don't remember :)