mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-04 20:11:42 +02:00
feat: configure FastEmbed model in config and admin, with restart to apply
Expose fastembed_model in config and a model dropdown on Admin → Models. Persist dimension from the chosen model, require restart to load it, and align legacy OpenAI default settings so fresh local-embedding installs start cleanly.
This commit is contained in:
+3
-1
@@ -1,6 +1,8 @@
|
||||
# Changelog
|
||||
## Unreleased
|
||||
- Search results are now selectable by which type, knowledge entity or ingested content
|
||||
- Search results are now selectable by which type, knowledge entity or ingested content
|
||||
- Now possible to choose the local embedding model via the admin ui
|
||||
- Admin embedding changes are saved immediately. Needs restart to re-embed. This simplifies the flow, may be subject to improvement in the future
|
||||
|
||||
## 1.0.2 (2026-02-15)
|
||||
- Fix: edge case where navigation back to a chat page could trigger a new response generation
|
||||
|
||||
Reference in New Issue
Block a user