Skip to content

Support for Vector API from Gremlin #1181

@lvca

Description

@lvca

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 request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions