Results 837 comments of LangChain4j

@Sachu1992 thank you for reporting and so sorry for frustration! I have [added](https://github.com/langchain4j/langchain4j/pull/463/files) javadoc regarding authentication, could you please review? Thank you! cc @glaforge FYI

@glaforge could you please take a look if you have some time?

@glaforge I faced a similar authentication issue when I tried to run integration tests with Gemini on github actions. Regular VertexAI works fine with `google-github-actions/auth@v2`: https://github.com/langchain4j/langchain4j/blob/main/.github/workflows/release-4-rest.yaml But Gemini fails to...

I suspect this issue is not related specifically to ZhipuAI, it should be fixed for all LLM providers: https://github.com/langchain4j/langchain4j/issues/859

@1402564807 do you plan to migrate to the official SDK?

Right now, you cannot. It would be helpful if you could provide a stack trace or even better: a way to reproduce this issue (if possible).

@pascalconfluent delete/update by ID or bulk (delete all, replace all with new embeddings)?

HI @goafabric yes, this is one of the higher priorities right now. Not sure about Ollama (will check a bit later), but [LocalAI](https://localai.io/) supports [function calling](https://localai.io/features/openai-functions/). Of course it depends...

@goafabric Ollama has `format="json"` which can help with function calling, I have added support for this in https://github.com/langchain4j/langchain4j/pull/373