III Search Agent
A. Introduction
Search Agent
Private Search Agent that can cite data sources
Explore the Search Agent SDK documentation. This handbook is designed to assist you in merging a variety of data origins into your search agent, enriching its conversational functionalities. Topics include initial setup, integration of different data streams, and tailoring your agent with universal parameters. Let's delve into it!
Introduction
The Search Agent SDK offers a robust set of tools for crafting advanced search functionalities within your chat or search engines. Through the integration of diverse data sources and harnessing cutting-edge machine learning models, you can develop an agent capable of comprehending and delivering responses to queries with exceptional relevance and precision.
AI-Horizon’s Search Agent integrates all the building blocks of a Search
What methods and arguments are available for passing to the AI-Horizon’s Search class?
Methods
| Method | What it does? |
|---|---|
| add_pdf | train and search across PDF documents |
| add_website | automatically scrape the website content, train and search across website data |
| add_docx | train and search across Microsoft Word documents |
| add_txt | train and search across flat files |
| add_youtube | train and search across YouTube content (must have transcriptions) |
| add_webpage | automatically scrape the webpage content, train and search across webpage data |