Christian Tzolov

Results 148 comments of Christian Tzolov

Hey @radhakrishna67, Thank you for taking your time for addressing this. I've started reviewing it 2 weeks ago, but hit some IT test failures and something like multiple flux pipeline...

Hi @Jeffrey-Dozva , I'm afraid that Boot 3.1.x does not support the [RestClient](https://docs.spring.io/spring-framework/reference/integration/rest-clients.html#rest-restclient) library used internally by Spring AI. Please, update to Spring Boot 3.2.x better (3.2.4) and let me...

Thanks for the clarification @Jeffrey-Dozva , but please switch to `1.0.0-SNAPSHOT`. I know it is strange but the continuation after the 0.8.1 milestone will be 1.0.0-M1 milestone and the 1.0.0-SNAPSHOT...

@mingMens, can you please share what model did you use with Ollama and what is Redis version? Did you start with a fresh/empty Redis or you had some embeddings already...

@mingMens I'm afraid that the Ollama API [EmbeddingRequest](https://github.com/ollama/ollama/blob/2b341069a7d00fa4c8da65773a5ccf5606cb29e8/api/types.go#L160) doesn't provide any [options](https://github.com/ollama/ollama/blob/2b341069a7d00fa4c8da65773a5ccf5606cb29e8/api/types.go#L115) for controlling the embedding dimensions. You can try to raise an issue on their GH. Also, I'm not...

As explained above, there is nothing we can do on the Spring AI side to control the dimensionality of the Ollama API, please raise issue on their GH repo to...

Hi @ffarinha-msft, could you please provide a detailed instructions how to configure and see the above traces/logs in the azure/portal?

@ffarinha-msft , Thank you for your update, but unfortunately I'm still not able to reach the portal pages you've shared above. As you can see below i have the `APPLICATIONINSIGHTS_ENABLE_AGENT`...

@making given the ed6a464ba8a54d19bb41676eeafc892d5f4e009c is merged, perhaps you can try to rebase this PR?