Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Information Provided
-
4.7.0
-
None
-
Unknown
Description
The embedding component and the Milvus component in Camel have different behaviors when it comes to handling collection names.
The embedding component requires the collection name to be specified as a header, while the Milvus component allows for a different collection name to be used.
For instance:
<setHeader name="CamelMilvusCollectionName"> <constant>MyTestCollectionName2</constant> </setHeader> <transform toType="milvus:embeddings"/> <to uri="milvus:MyCompletelyDifferentCollectionNameABBBC..."/>
This inconsistency can lead to confusion and errors when trying to use both components together. It would be beneficial to standardize the behavior of these components so that they can work seamlessly with each other.
Attachments
Issue Links
- is cloned by
-
CAMEL-21012 camel-milvus: action name mismatch with embeddings
- Resolved