-
EmbeddingStore should support delete and update of embeddings.
-
**Describe the bug**
**Log and Stack trace**
**To Reproduce**
**Expected behavior**
**Please complete the following information:**
- LangChain4j version: 0.33.0
- LLM(s) used…
-
During my conversion of the Devoxx 2024 demo code from VertexAi to OpenAi, I ran into a bug regarding prompt injection using placeholders.
When using the `PromptTemplate` class with `metadataKeysTo…
-
**Is your feature request related to a problem? Please describe.**
Add Hibernate EmbeddingStore.
In the context your application is already using hibernate with multitenancy, you would like all th…
-
i want to cancel use StreamingChatLanguageModel.generate(...), but the method return void .
maybe can return the ResponseHandle
**Describe the bug**
![image](https://github.com/langchain4j/l…
-
**Describe the bug**
qianfan return error use content-type:application/json, in okhttp is will throw “Invalid content-type: application/json” exception, so in onError method, can not get the or…
noday updated
3 weeks ago
-
OpenAI did not provide token usage in streaming mode for a long time, so we had to calculate it manually (see `OpenAiStreamingResponseBuilder`).
Now they provide it in the last SSE event: https://c…
-
**Is your feature request related to a problem? Please describe.**
I want to run Bedrock Anthropic in streaming mode for model `anthropic.claude-3-5-sonnet-20240620-v1:0`.
**Describe the solu…
-
Hello,
There are many instances were you would like to use a custom trained LLM model.
GCP and Vertex AI allow a verry easy and straightforward way of generating a tunned version of a published…
Azyl updated
5 months ago
-
The chatbot example works with Infinispan
https://github.com/karesti/quarkus-langchain4j/tree/chatbot-infinispan/samples/chatbot-infinispan
A diff example might be beneficial to showcase how it wo…