Find answers from the community

Updated 2 months ago

Troubleshooting an Llm Integration Issue in a Notebook

Hi, I have an llm integration that I'm trying to test from a notebook in the docs, but I can't install it in my local env. I get ModuleNotFoundError I think I'm missing something because implementation looks good and I have some tests that validate it. Could you please help me on this? is there any docs related to this issue that could take as reference?
L
e
5 comments
In a notebook, make sure to restart it after installing
hi @Logan M I'm updating SambaNova's integration in Llama-Index, so I'd like to test that in the docs notebook. I'm doing pip install llama_index.llms.sambanova but I think it's installing the old version. Regardless that, I can't import what should've been installed. I also notice that the package hasn't been added into .../site_packages/llama_index/llms so I think the last contributor missed something that I would like to fix
That won't intsall the version you have locally though
pip install -e llama-index-integrations/llms/llama-index-llms-sambanova will install the version you have locally in editable mode
awesome, it's working, thanks!!
Add a reply
Sign up and join the conversation on Discord