Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Correct import of Llama-Pack in Usage example in README.md (#808)
Browse files Browse the repository at this point in the history
llama_index.llama_packs updated to llama_index.llama_pack
  • Loading branch information
godwin3737 authored Dec 22, 2023
1 parent e7d77b4 commit cf716fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ llamaindex-cli download-llamapack ZephyrQueryEnginePack --download-dir ./zephyr_
Or with the `download_llama_pack` function directly:

```python
from llama_index.llama_packs import download_llama_pack
from llama_index.llama_pack import download_llama_pack

# download and install dependencies
LlavaCompletionPack = download_llama_pack(
Expand Down

0 comments on commit cf716fc

Please sign in to comment.