Tarun Jain
Tarun Jain
Hey @fchollet, Should anything else need to be updated here?
I will take this one, could you assign me this project @darpan-2001?
@microsoft-github-policy-service agree
@MarkDaoust Any changes required?
> Manually confirmed CLA. All good there. Hi @MarkDaoust Thank you for the confirmation. The review hasn't been reviewed to merge
> We need images that are clearly open-licensed. We can't merge it with these images. Sure, understood, will modify it
> Am I doing something wrong here? I get an error: `ModuleNotFoundError: No module named 'llama_index.multi_modal_llms.generic_utils'`  LlamaIndex version is changed, we need to install this: ```bash !pip install llama-index-multi-modal-llms-gemini...
@TYMichaelChen Few changes to note: - SimpleDirectoryReader is now imported via `llama_index.core` - `from llama_index.multi_modal_llms.generic_utils import load_image_urls` is now called via llama_index.core i.e., `from llama_index.core.multi_modal_llms.generic_utils import load_image_urls` @MarkDaoust Used Open...
> Please delete the ".DS_Store" file. > > For external integrations we're going to start an /examples/integrations directory. Can you create the directory and move this from /quickstarts/ to examples/integrations?...
@fchollet, any updates?