QUERY search(query: String) => results <- SearchV<Document>(Embed(query), 10) RETURN results
Document
V::Document { // fields }
Was this page helpful?