Overview
The Web Search tool returns relevant text snippets from the web. Instead of providing traditional search links, it returns highly relevant and directly usable text snippets. But why choose THIS? Traditional web search implementation requires 4 complex steps:- Implement link scraping or integrate standard search APIs
- Extract content from scraped links
- Build embedding infrastructure
- Calculate query-text similarity matches
Code Example
- Python
- JavaScript
- Curl
You will need to install the Mechanix Python SDK.
llm_answer=True
for a answer:
answer
: Generated response text that answers the query using the resulting code snippets.answerable_probability
: Confidence score indicating source relevance (not factual correctness).
Current Limitations
- Limited efficacy for non-English language processing
- Automatic rejection of harmful or toxic inputs
- Cannot return content such as images, videos, or audio.