-
-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Description
Vector API are an ArcadeDB extension and not (yet) supported by Gremlin language.
We could still provide access to the vector API, like vectorNeighbors by implementing custom services.
Example of usage:
g.call('arcadedb.vectorNeighbors', [ 'indexName': 'Word[name,vector]', 'key': '<user>', 'limit': 10 ] )
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request