Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial API design for LanceDB node.js library #50

Closed
wants to merge 1 commit into from

Conversation

gsilvestrin
Copy link
Contributor

  • Built with TypeScript, eslint and mocha for testing
  • The initial API proposal is read-only

- Built with TypeScript, eslint and mocha for testing
- The initial API proposal is read-only
/**
* A builder for nearest neighbor queries for LanceDB.
*/
export class QueryBuilder {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could probably call this Query? Since it's output is the answer to the query and not a Query object. Prolly should do the same in python tbh

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like Query - and agree that we need to be consistent between all platforms

@eddyxu eddyxu deleted the gsilvestrin/nodejs_client branch June 14, 2023 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants