Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
QUERY search(query: String) => results <- SearchV<Document>(Embed(query), 10) RETURN results
// no types defined
Document
V::Document { // fields }
Was this page helpful?