Find answers from the community

Updated 3 months ago

so after the recent llama-index refactor

so after the recent llama-index refactor, ill get an error like 'llama_index.llms.gemini' does not exist. How am i supposed to know that i need the separate package llama-index-llms-gemini? How am i supposed to keep all of these updated?
L
2 comments
Right, its an individual package

I would use a package manager like poetry
Really, you don't want to be randomly updating your packages unless you need to -- I typically lock to specific versions to avoid breaking code
Add a reply
Sign up and join the conversation on Discord