Hello,
When I try running the code, I see an error where the code cannot find the tool embedding files. It is looking for a file that does not exist:
FileNotFoundError: [Errno 2] No such file or directory: 'ToolRAG-T1-GTE-Qwen2-1.5Btool_embedding_e27fb393f3144ec28f620f33d4d79911.pt'
Do these files get written to my local machine? Maybe I have a write permission issue with my setup. I don't see a reference to these files except in the load_tool_desc_embedding method.
Any suggestions?
Thanks.