beginnerPart 8
Add web search to your WEC Inference calls
· 3 min read
+0/8
🎯 Skill path0/8 earned
AI evals & observability
Say you've built a support chatbot or a RAG assistant on WEC. It's solid on your docs and on what the model already knows — but ask it something current ("what's the latest release of X?", today's pricing, a recent change) and it either guesses or tells you its knowledge is out of date. For anything that needs to stay current, that's a real gap.
WEC Inference now has a web-search tool built in. Add it to a normal
/v1/chat/completions call and the model can look things up on the live web — the search
runs on WiLine's own infrastructure (SearXNG), so nothing goes out to a third-party search
vendor. Let's test it.
