JiriOndrusek opened a new issue, #8878:
URL: https://github.com/apache/camel-quarkus/issues/8878

   ## Description
   
   The camel-weaviate component gained four new operations in 
[CAMEL-23859](https://issues.apache.org/jira/browse/CAMEL-23859) (PR 
[apache/camel#24577](https://github.com/apache/camel/pull/24577)):
   
   - **BATCH_CREATE** — batch insert multiple objects via 
`collection.data.insertMany()`
   - **HYBRID_QUERY** — combined keyword + vector search with configurable 
alpha parameter
   - **BM25_QUERY** — keyword-only search via `collection.query.bm25()`
   - **AGGREGATE** — collection-level aggregation via 
`collection.aggregate.overAll()`
   
   Two new headers were also introduced:
   - `CamelWeaviateHybridAlpha` (Float) — alpha blending for hybrid search
   - `CamelWeaviateQueryVector` (List<Float>) — optional vector for hybrid 
search
   
   The camel-quarkus weaviate integration tests should be extended to cover 
these new operations and headers, verifying they work correctly in both JVM and 
native modes.
   
   This is a follow-up to #8854 (weaviate client v5 to v6 refactoring).


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

Reply via email to