Find answers from the community

Updated last year

Tools

Hey team, I was trying to use the codeinterpreter tool, but got error:
ModuleNotFoundError: No module named 'llama_hub.tools.tool_spec'

Can you please help?
Attachments
image.png
image.png
L
J
16 comments
Remove tools_spec from the import path
Was that from a demo notebook ? 🫠
ahhh i see, let me try
yea... πŸ˜‚
I really wish we can have more quality examples
That one should not have slipped by. Sorry about that πŸ˜•
When in doubt, I always check the source code. That's probably just a "me" thing hahaha
haha, got cha, thanks so much for the prompt support Logan!
by the way - is there places where i can see interesting data agent case studis notebook?
so i can learn better about unique use cases can be built in data agents versus langchain
Hmmm, not really case studies yet. There is a folder of tool examples here
https://github.com/emptycrown/llama-hub/tree/main/llama_hub/tools/notebooks

As well as some agent demos here using llama index stuff
https://gpt-index.readthedocs.io/en/latest/core_modules/agent_modules/agents/modules.html
got it, thanks!
ContextRetrieverOpenAIAgent is pretty awesome
sorry one last question.. πŸ˜‚

How do i setup memory? is it automatically have memory turned on when i use chat? or do i need to do something special?
It automatically has memory! πŸ‘Œ
Add a reply
Sign up and join the conversation on Discord