powered by
Quick search - Index texts and search immediately
quick_search(texts, query, limit = 5)
Results object
Character vector of texts to index
Search query
Number of results
if (FALSE) { results <- quick_search( texts = c("Python is great", "Java is verbose", "Rust is fast"), query = "programming language" ) print(results$top()$text) }
Run the code above in your browser using DataLab