nodejs-datastore
nodejs-datastore copied to clipboard
feat: implements vector search in datastore
Implement Vector Search for datastore. Creates a separate Vector class object and VectorQueryOptions interface that can be passed along in the Query object for findNearest.
TODO:
system tests