The SerpAPI_DocumentLoaders node is a document loader that uses the SerpAPI service to perform web searches and load the results as documents. It’s designed to integrate web search capabilities into document processing pipelines.
Description: The search query to be sent to SerpAPI
Text Splitter (optional)
Type: TextSplitter
Description: A text splitter to break down large documents into smaller chunks
Additional Metadata (optional)
Type: JSON
Description: Additional metadata to be added to the extracted documents
Omit Metadata Keys (optional)
Type: string
Description: A comma-separated list of metadata keys to omit from the final documents. Use ’*’ to omit all default metadata keys except those specified in Additional Metadata.