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

Add new grammar for vector search #66

Closed
jonathanhogg opened this issue Dec 24, 2024 · 1 comment · Fixed by #67
Closed

Add new grammar for vector search #66

jonathanhogg opened this issue Dec 24, 2024 · 1 comment · Fixed by #67
Assignees
Labels
🚀 enhancement New feature or request 💬 language Anything to do with the parser/evaluator/VM 🧱 model Anything to do with the underlying graph/value model

Comments

@jonathanhogg
Copy link
Owner

One thing that probably would be worth adding new grammar for is a vector search operation, a la:

item in vector – return true or false as to whether item is contained within vector

For consistency this should accept an n-vector for item and should look for whether all of those items appear consecutively in vector.

Originally posted by @jonathanhogg in #65 (comment)

@jonathanhogg jonathanhogg self-assigned this Dec 24, 2024
@jonathanhogg jonathanhogg added 🚀 enhancement New feature or request 💬 language Anything to do with the parser/evaluator/VM 🧱 model Anything to do with the underlying graph/value model labels Dec 24, 2024
@jonathanhogg
Copy link
Owner Author

This will probably want an appropriate search method added to the Vector() class.

@jonathanhogg jonathanhogg linked a pull request Dec 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 enhancement New feature or request 💬 language Anything to do with the parser/evaluator/VM 🧱 model Anything to do with the underlying graph/value model
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant