Jiri Ondrusek created CAMEL-22892:
-------------------------------------

             Summary: Weaviate: component documentation advertises different 
operations then are implemented
                 Key: CAMEL-22892
                 URL: https://issues.apache.org/jira/browse/CAMEL-22892
             Project: Camel
          Issue Type: Bug
          Components: camel-weaviate
    Affects Versions: 4.18.0
            Reporter: Jiri Ondrusek
            Assignee: Jiri Ondrusek


I wad going through the camel weaviate 
[page|https://camel.apache.org/components/4.14.x/weaviate-component.html]. 

You can see list of the operations:
 * CREATE_COLLECTION
 * CREATE_INDEX
 * UPSERT
 * INSERT
 * SEARCH
 * DELETE
 * UPDATE
 * QUERY
 * QUERY_BY_ID

The implemented operations (and 
[actions|https://github.com/apache/camel/blob/main/components/camel-ai/camel-weaviate/src/main/java/org/apache/camel/component/weaviate/WeaviateVectorDbAction.java]
 defined in the sources) are:
 * CREATE_COLLECTION,
 * CREATE,
 * DELETE_BY_ID,
 * DELETE_COLLECTION,
 * QUERY,
 * QUERY_BY_ID,
 * UPDATE_BY_ID

The functionality advertised in the doc page seems to be covered by the 
implementation. Still the doc should be updated to reflect the real actions, 
which can be used.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to