DB-GPT icon indicating copy to clipboard operation
DB-GPT copied to clipboard

Where are the codes and data for tool matching?

Open hongjin-su opened this issue 2 years ago • 2 comments

As titled, thanks!

hongjin-su avatar Dec 06 '23 13:12 hongjin-su

We have added the tool matching function, i.e., api embedding during tool registration (./multiagents/tools/api_retrieval.py) and api matching at the start of tree search (./multiagents/tools/retriever.py).

We will (1) release the local embedding model (sentence_transformer) after adding sufficient optimization tools and (2) further test for the most suitable time to apply the "tool matching" function (e.g., at the beginning of diagnosis or for every llm inference).

XuanheZhou avatar Dec 07 '23 07:12 XuanheZhou

Pls. the training data for localized text embedding model will be released soon

XuanheZhou avatar Dec 07 '23 11:12 XuanheZhou