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 ] )
Vector API are an ArcadeDB extension and not (yet) supported by Gremlin language.
We could still provide access to the vector API, like
vectorNeighborsby implementing custom services.Example of usage: