run-llama / llama-hub

A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain
https://llamahub.ai/
MIT License
3.44k stars 731 forks source link

[Documentation]: Reference to llama-packs vs llama-pack #832

Closed danlemont closed 8 months ago

danlemont commented 8 months ago

Documentation Issue Description

The sample code references "llama-packs" (plural), but should reference "llama-pack". It should be updated from:

from llama_index.llama_packs import download_llama_pack

to

from llama_index.llama_pack import download_llama_pack

Documenation Link

https://llamahub.ai/l/llama_packs-snowflake_query_engine?from=all

anoopshrma commented 8 months ago

Ah I see, thanks for highlighting this.

Would you be interested to fix this?

danlemont commented 8 months ago

Thanks Anoop. PR submitted.

anoopshrma commented 8 months ago

Hi @danlemont , closing this since PR has been merged.

Thank you for the contribution 🙂