from PR approved and merged to release #10779
-
Hello everybody, I've submitted a (size XS) PR about MinIO reader that has been approved and merged yesterday. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
🤖 Hey @ferdinandosimonetti, great to see you back and diving into contributions! 🚀 Congratulations on having your PR merged into the LlamaIndex repository! I understand your eagerness to see your contribution in action. The release cycle for the LlamaIndex repository isn't explicitly stated in the repository's documentation. However, typically, after a PR is merged, the changes become part of the main branch of the repository immediately. As for when your changes will be available via If you need the changes immediately, you can install the library directly from the main branch of the GitHub repository using pip: pip install git+https://github.com/run-llama/llama_index.git This will install the latest version of the code from the main branch, including your recently merged PR. Please note that this version might be less stable than the official releases, as it includes the most recent changes. For more information on how pip can install from version control systems like git, you can refer to the pip documentation. I hope this helps! If you have any more questions, feel free to ask. Sources
|
Beta Was this translation helpful? Give feedback.
🤖
Hey @ferdinandosimonetti, great to see you back and diving into contributions! 🚀
Congratulations on having your PR merged into the LlamaIndex repository! I understand your eagerness to see your contribution in action.
The release cycle for the LlamaIndex repository isn't explicitly stated in the repository's documentation. However, typically, after a PR is merged, the changes become part of the main branch of the repository immediately.
As for when your changes will be available via
pip install llama-index-readers-minio
, it depends on when the maintainers of the LlamaIndex repository decide to create a new release. A new release is usually created when there are significant changes or i…