Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: how to download llama-index-packs #13529

Open
1 task done
TanChengJou opened this issue May 16, 2024 · 1 comment
Open
1 task done

[Question]: how to download llama-index-packs #13529

TanChengJou opened this issue May 16, 2024 · 1 comment
Labels
question Further information is requested

Comments

@TanChengJou
Copy link

Question Validation

  • I have searched both the documentation and discord for an answer.

Question

I try to use RAPTOR in llama package, and my llama-index version is 0.10.37 (pip install llama-index)
But there is no llama-index-packs in this version
how can i download llama-index-packs

@TanChengJou TanChengJou added the question Further information is requested label May 16, 2024
Copy link

dosubot bot commented May 16, 2024

To download llama-index-packs for the llama package, follow these steps:

  1. Ensure you have the latest version of llama-index installed. Update it using pip if necessary:

    pip install llama-index --upgrade
    
  2. Use the download-llamapack command with the name of the llama pack you wish to download. For example:

    llama-index download-llamapack GmailOpenAIAgentPack -d ./path_to_download_directory
    

    Replace ./path_to_download_directory with your desired download location. If not specified, it defaults to ./llama_packs.

This command downloads the specified llama pack to the provided directory, making it available for use in your projects. For more details, refer to the download_llama_pack function in the LlamaIndex repository.

Details

Sources


About Dosu
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

To continue the conversation, mention @dosu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant