-
@langchain4j Can we support add embedding with specific id and text segment in Chroma?
_Originally posted by @mingminsun in https://github.com/langchain4j/langchain4j/issues/1061#issuecomment-24722…
-
**Is your feature request related to a problem? Please describe.**
Yes and no, it is somewhat of a niche case. The current implementation of document processing in LangChain4J, specifically in handli…
-
Hi I have the following example https://github.com/lordofthejars/quarkus-langchain-examples/tree/main/email-a-poem
It's the email in the poem example, but I am using DevServices to send the email.
…
-
In https://docs.quarkiverse.io/quarkus-langchain4j/dev/prompt-engineering.html#_input_delimiters, it says that input delimiters avoid prompt injection.
My intuition is that they don't and that if,…
gsmet updated
5 months ago
-
Hello,
I'm trying to use our Azure OpenAI deployment using openai4j. Problem is, the tenant expects the API key within a header called "Ocp-Apim-Subscription-Key" and not "api-key" as it has been har…
-
**Describe the bug**
On concurrent calls to an **AIService** with **MessageWindowChatMemory** and tools, the messages are not stored in proper order resulting in an invalid status on subsequent calls…
DDani updated
1 month ago
-
The PgVectorEmbeddingStore enables query operations that exclusively leverage metadata for filtering criteria, without mandating the inclusion of embedding vectors, minimum similarity scores (minScore…
-
When trying out the project (cloning, `mvn quarkus:dev`, however with `ollama` as backend) I ran into the following error:
```
io.quarkus.qute.TemplateException: Rendering error: Entry "review" no…
-
Support Cohere R/R+ and tools: https://docs.cohere.com/docs/command-r-plus
-
The GuardRails are really awesome! It would be nice if we could also have them available to perform a check before executing a tool for these reasons:
- it is executing our code, so a vulnerability, …