Whitepaper
Docs
Sign In
Functions
models
prompts
tools
functions
Functions
filter
v0.1
Context Clip Filter
context_clip_filter
A filter that truncates chat history to retain the latest messages while preserving the system prompt for optimal context management.
pipe
v0.8.4
Planner_Agent
Planner
Takes a promt an makes a sctructured plan and folows it orderly, uses consolidation and ranking techniques to save on context and provided the mos relevant per step results
filter
v0.2.2
Checkpoint Summarization Filter
checkpoint_summarization_filter
Manage context use by summarizing conversation history.
filter
Auto Memory Retrieval and Storage
auto_memory_retrieval_and_storage
Determines what information to store in memory and what memories to add to the context, using openai to determine relevance
filter
v0.5
Context Length Filter (tokens & turns)
context_length_filter
Truncate chat context length with 'token limit' and 'max turns', showing status while limit exceeded.
filter
v4.0
Enhanced Context Tracker v4
enhanced_context_tracker_v4
A comprehensive context window tracker and metrics dashboard for OpenWebUI that provides real-time feedback on token usage, cost tracking, and performance metrics for all major LLM models.
pipe
v0.0.2
CoT Augmented Smart LLM
yage_cot
This pipe significantly augments the intelligence of an LLM with CoT (Chain of Thought) reasoning and context window management. It first generates an outline for the input, and then answers each part of the outline separately.
filter
v0.1.1
Cut context
cut_context
a filter to cut the context of historical conversation turns (Support for head and tail cutting)
pipe
v0.0.2
Diligent LLM
yage_long_context
LLMs usually demonstrate poor performance when the context window is largely occupied. This pipe is designed to handle long context by splitting the context into multiple chunks, and then concatenating the results.
filter
Full document
full_document_filter
Adds the whole document to context
filter
v0.1
Context Manager
context_manager
Truncates chat context length with token limit and max turns, logging the chat turn data.
filter
v0.1.1
Message Date And Time
message_date_and_time
Gives model current date and time context for each message. Don't forget to adjust the timezone in the settings.
filter
v1.0
Markdown Image Remover
markdown_image_remover
A filter to remove markdown images in chat so they don't interfere with the context. Useful for people using their own tools and functions to generate images.
filter
v0.1
Token Clip Filter
token_clip_filter
A filter that truncates chat history to retain the 7000 tokens while preserving the system prompt for optimal context management.
filter
v0.3.0
User Info Filter
user_info_filter
add user info to context without having to use a tool
filter
v0.1.2
Chat Context Clipper
chat_context_clipper
A filter that truncates chat history to retain the latest n-th user and assistant messages while always keeping the system prompt and also first message pair.
filter
v0.1
Reduce context to a nubmer of characters
reduce_context_to_a_nubmer_of_characters
Reduces context to X characters - and automatically deletes the old stuff in conversation.
filter
v0.2
Crowd of Idiots
crowd_of_idiots
Local mutil-LLM context-enhancing pre-processor.
filter
Context optimized Brave search
context_optimized_brave_search
Brave based web-search with query optimizer based on last chat messages
pipe
v1.0.0
Ollama Api Facade Metadata
ollama_api_facade_metadata
Enhances Ollama API facade interactions by providing additional metadata including id, session_id, and chat_id for seamless integration with applications requiring rich context information.
pipe
v1.1.0
Pipeline Enriched with Metadata
pipeline_enriched_with_metadata
A Pipe that enriches the pipelines server by including additional metadata fields such as id, chat_id, and session_id for advanced context handling. You should disable the normal pipelines connection if you use this.
filter
v0.1
Weave Context and Completion Logging
weave_context_and_completion_logging
Log your inputs and completions to Weave (by Weights & Biases) for LLMOps / observability
filter
v0.1
Context Remover
context_remover
Removes all context from the request to the model, leaving only the last user message (useful for cases where previous messages are not needed).
filter
v0.1
Context Length Filter
context_length_filter
Filters messages to keep the system prompt and the last N non-system messages, optionally further truncating based on a maximum character count limit.
filter
v1.1
Nordic PII Filter
nordic_pii_filter
A filter for redacting various personally identifiable information (PII) from a nordic context
pipe
v0.8.4
Planner_Agent_for_4omini_
planner_agent_for_4omini_
Takes a promt an makes a sctructured plan and folows it orderly, uses consolidation and ranking techniques to save on context and provided the mos relevant per step results
1