This node allows you to search through a large text by breaking it down and finding the parts that are most relevant to your search terms, similar to how you might search for a specific topic in a book by looking at the index.Documentation Index
Fetch the complete documentation index at: https://docs.gumloop.com/llms.txt
Use this file to discover all available pages before exploring further.
Node Inputs
- Query: A search term or phrase you’re looking for in the body of text.
- Num Results: The number of relevant text sections you want to retrieve that match your query.
- Chunk Size (Optional): The size of each text section, which by default is 1000 tokens (roughly corresponds to words or punctuation marks).
- Text: The large body of text you want to search within.
Node Output
- Relevant Chunks: This is a list of text “chunks” or sections that have been determined to be the most relevant to your search query.
