LLM for reliable tool calling/searching
Posted by Funny-Trash-4286@reddit | LocalLLaMA | View on Reddit | 4 comments
Hey, im making a project which includes using LLM to act as "search engine"
I need LLM to use tool calling to request for which category of products to search from with pipeline:
Category (LLM gets all main categories)
LLM picks sub category
LLM picks another sub category
This may not be the best way but im expecting like 500 categories in total so i cannot just give them all to LLM since it will eat too many tokens.
Maybe there is better way which im open to aswell, i was thinking of embedding but i tried and it seems to be really bad with connecting "slang" words for categories/products.
bikerlegs@reddit
Qwen has been decent for me but I've stuck to markdown format as the output of my local LLM because that's what was using in it's training data. It hallucinated more with basic text and JSON output than markdown format so keep in mind the output format when testing different models.
Dry-Paper-2262@reddit
Qwen 3.6 27B + Hermes Agent, can setup skills that do search and decisions
WolpertingerRumo@reddit
English or Chinese: Qwen European Language (including English): Ministral Other Languages: Mistral Saba
SM8085@reddit
Qwen are traditionally pretty good at tool calling. Whatever size you're able to run.