quarkus-langchain4j icon indicating copy to clipboard operation
quarkus-langchain4j copied to clipboard

Quarkus Langchain4j extension

Results 172 quarkus-langchain4j issues
Sort by recently updated
recently updated
newest added

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

enhancement

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`...

bug

See https://github.com/quarkiverse/quarkus-langchain4j/actions/runs/8531342671

bug
area/housekeeping

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

documentation

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...

area/embedding-store

Allow specifying a metadata filter on the Embedding store page when searching for embeddings

enhancement

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...

enhancement

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...

area/embedding-store