mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 10:05:26 -04:00
Feature : User Valves #103
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?
Originally created by @fgonzalez-glmc on GitHub (Aug 20, 2024).
Hi there! I was wondering if support for user valves is planned for pipelines. I have created a pipeline based on the example llamaindex_pipeline.py for RAG integration. My use case is that I want to let the user indicate through user valves the location of the documents to index. The location could change depending on the user. Thanks!