rag_search_google
Search Google and retrieve relevant results with similarity-based ranking for retrieval-augmented generation.
Instructions
Search on Google for a given query using ddgs. Give back context to the LLM with a RAG-like similarity sort.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The query to search for. | |
| num_results | No | Number of results to return. | |
| top_k | No | Use top "k" results for content. | |
| include_urls | No | Whether to include URLs in the results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||