Add new grammar for vector search #66
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
One thing that probably would be worth adding new grammar for is a vector search operation, a la:
item
in
vector – returntrue
orfalse
as to whether item is contained within vectorFor 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)
The text was updated successfully, but these errors were encountered: