Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich committed Nov 22, 2023
1 parent 7403907 commit 90ba704
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llama_hub/llama_packs/retry_engine_weaviate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This LlamaPack inserts your data into [Weaviate](https://weaviate.io/developers/
You can download llamapacks directly using `llamaindex-cli`, which comes installed with the `llama-index` python package:

```bash
llamaindex-cli download-llamapack WeaviateRetryQueryEnginePack --download-dir ./weaviate_pack
llamaindex-cli download-llamapack WeaviateRetryEnginePack --download-dir ./weaviate_pack
```

You can then inspect the files at `./weaviate_pack` and use them as a template for your own project.
Expand All @@ -19,8 +19,8 @@ You can download the pack to a the `./weaviate_pack` directory:
from llama_index.llama_pack import download_llama_pack

# download and install dependencies
WeaviateRetryQueryEnginePack = download_llama_pack(
"WeaviateRetryQueryEnginePack", "./weaviate_pack"
WeaviateRetryEnginePack = download_llama_pack(
"WeaviateRetryEnginePack", "./weaviate_pack"
)
```

Expand Down

0 comments on commit 90ba704

Please sign in to comment.