mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 07:04:31 -04:00
[PR #445] [MERGED] feat: pip options in tools/functions install requirements #513
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/docs/pull/445
Author: @nikes
Created: 3/12/2025
Status: ✅ Merged
Merged: 3/15/2025
Merged by: @tjbck
Base:
main← Head:feat/pip-options📝 Commits (1)
b26a4cbfeat: pip options in tools/functions install requirements📊 Changes
1 file changed (+14 additions, -0 deletions)
View changed files
📝
docs/getting-started/env-configuration.md(+14 -0)📄 Description
This documentation update provides an overview of the new feature that allows passing optional arguments ([options] & [package-index-options]) to pip install commands within our tools/functions. By doing so, users can specify custom indexes, use proxies, or include additional configuration options during package installation. The instructions herein detail how to integrate these arguments into various workflows and ensure alignment with official pip usage patterns.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.