Find answers from the community

Updated 6 months ago

help

help
Plain Text
ValueError                                Traceback (most recent call last)
<ipython-input-10-ca1836ec8388> in <cell line: 4>()
      2 
      3 # download and install dependencies
----> 4 MixtureOfAgentsPack = download_llama_pack(
      5     "MixtureOfAgentsPack", "./mixture_of_agents_pack"
      6 )

/usr/local/lib/python3.10/dist-packages/llama_index/core/llama_pack/download.py in download_llama_pack(llama_pack_class, download_dir, llama_pack_url, refresh_cache)
     45         new_install_parent = new_import_parent.replace(".", "-").replace("_", "-")
     46     else:
---> 47         raise ValueError(f"Failed to find python package for class {llama_pack_class}")
     48 
     49     if not download_dir:

ValueError: Failed to find python package for class MixtureOfAgentsPack
d
L
7 comments
wait got it to work but can we get this to work with rag?
Next step is implementing this method as an actual LLM class, then it would work with RAG

Or, you can certainly modify the approach to your needs
(imo I don't think its that helpful lol but thats just me)
i just like experimenting but man its slow
many llm calls
@Logan M does the langchain help still work doing the langchain contest using but rather use llama index engine as tool lmao
Lol oh my, I don't think I would trust the langchain helpers

But I know langchain let's your wrap any function into a tool, I would take advantage of that for any agent tools
Add a reply
Sign up and join the conversation on Discord