quarkus-langchain4j
                                
                                
                                
                                    quarkus-langchain4j copied to clipboard
                            
                            
                            
                        Quarkus Langchain4j extension
Hi there! I would like to ask/suggest if there are any plans yet to add the OpenAI Assistant functionality to this extension? see: https://platform.openai.com/docs/assistants/overview Thanks, Wolfgang
If you set, say, `quarkus.langchain4j.openai.max-retries=0`, it will attempt to retry indefinitely. The correct setting for "no retries" is 1, but given the property name, some people might think that `max-retries=0`...
See https://github.com/quarkiverse/quarkus-langchain4j/actions/runs/8531342671
A landing page is missing for the Qdrant extension. Some page like the pgvector one https://docs.quarkiverse.io/quarkus-langchain4j/dev/pgvector-store.html
Opening this issue to catch the need to improve this extension, and start the thread around the improvements needed to move from the langchain4j-qdrant dependency to Quarkus client, based on...
Allow specifying a metadata filter on the Embedding store page when searching for embeddings
Currently when no `@MemoryId` object is used we use `default`, unless a request scope is active (see https://github.com/quarkiverse/quarkus-langchain4j/pull/339). The idea here is to make this configurable, so for example with...
Langchain4j supports an Elasticsearch embedding store. To properly integrate it with our `quarkus-elasticsearch-rest` extension, we will need a few changes upstream to allow passing a pre-created elasticsearch client. I've been...