jamesnetherton opened a new issue, #8865: URL: https://github.com/apache/camel-quarkus/issues/8865
**What to test:** `camel-quarkus-langchain4j-embeddingstore` ADD/REMOVE/SEARCH operations using an `EmbeddingStore` bean that could be provided by Quarkus LangChain4j. E.g using one of the vector stores described here: https://docs.quarkiverse.io/quarkus-langchain4j/dev/rag.html Ideally choosing one that is simple to configure and setup via a container (perhaps qdrant etc). **Scenarios:** - Camel route performs ADD + SEARCH using a Quarkus LangChain4j provided `EmbeddingStore` - Verify data written by Camel is readable by Quarkus LangChain4j RAG `ContentRetriever` (and vice versa) - `EmbeddingStoreFactory` compatibility with Quarkus LangChain4j store configuration -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
