Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-21010

camel-milvus: collection name mismatch with embeddings

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Information Provided
    • 4.7.0
    • 4.8.0
    • camel-milvus
    • 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

          Activity

            People

              acosentino Andrea Cosentino
              orpiske Otavio Rodolfo Piske
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: