mirror of
https://github.com/mtayfur/openwebui-memory-system.git
synced 2026-01-25 16:12:24 +01:00
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4502e07fb3 | ||
|
|
bc5611a6d0 | ||
|
|
3b84f64392 | ||
|
|
960f8ce4a9 | ||
|
|
6ae99d4778 | ||
|
|
c77237a651 | ||
|
|
aaaf848c1e | ||
|
|
cfc4dca6fc | ||
|
|
ff6052fd41 | ||
|
|
eca65fef43 | ||
|
|
8997f71f05 | ||
|
|
8ced9aace5 |
1
.python-version
Normal file
1
.python-version
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3.12
|
||||||
@@ -67,12 +67,11 @@ Uses OpenWebUI's configured embedding model (supports Ollama, OpenAI, Azure Open
|
|||||||
|
|
||||||
Customize behavior through valves:
|
Customize behavior through valves:
|
||||||
- **model**: LLM for consolidation and reranking. Set to "Default" to use the current chat model, or specify a model ID to use that specific model
|
- **model**: LLM for consolidation and reranking. Set to "Default" to use the current chat model, or specify a model ID to use that specific model
|
||||||
- **max_message_chars**: Maximum message length before skipping operations (default: 2500)
|
|
||||||
- **max_memories_returned**: Context injection limit (default: 10)
|
- **max_memories_returned**: Context injection limit (default: 10)
|
||||||
- **semantic_retrieval_threshold**: Minimum similarity score (default: 0.5)
|
- **semantic_retrieval_threshold**: Minimum similarity score (default: 0.5)
|
||||||
- **relaxed_semantic_threshold_multiplier**: Adjusts threshold for consolidation (default: 0.9)
|
- **llm_reranking_trigger_multiplier**: When to activate LLM reranking (0.0 = disabled, default: 0.5 = 50%)
|
||||||
- **enable_llm_reranking**: Toggle smart reranking (default: true)
|
- **skip_category_margin**: Margin for skip detection classification (default: 0.20)
|
||||||
- **llm_reranking_trigger_multiplier**: When to activate LLM reranking (default: 0.5 = 50%)
|
- **status_emit_level**: Status message verbosity - Basic or Detailed (default: Detailed)
|
||||||
|
|
||||||
## Performance Optimizations
|
## Performance Optimizations
|
||||||
|
|
||||||
|
|||||||
672
memory_system.py
672
memory_system.py
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user