Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork84
Closed
Description
Vector API are an ArcadeDB extension and not (yet) supported by Gremlin language.
We could still provide access to the vector API, likevectorNeighbors by implementing custom services.
Example of usage:
g.call('arcadedb.vectorNeighbors', [ 'indexName': 'Word[name,vector]', 'key': '<user>', 'limit': 10 ] )