discourse-ai/lib/configuration
Roman Rizzi f5cf1019fb
FEATURE: configurable embeddings (#1049)
* Use AR model for embeddings features

* endpoints

* Embeddings CRUD UI

* Add presets. Hide a couple more settings

* system specs

* Seed embedding definition from old settings

* Generate search bit index on the fly. cleanup orphaned data

* support for seeded models

* Fix run test for new embedding

* fix selected model not set correctly
2025-01-21 12:23:19 -03:00
..
embedding_defs_enumerator.rb FEATURE: configurable embeddings (#1049) 2025-01-21 12:23:19 -03:00
embedding_defs_validator.rb FEATURE: configurable embeddings (#1049) 2025-01-21 12:23:19 -03:00
embeddings_model_validator.rb FIX: Embeddings validator test needs to use the new Vector class. (#1041) 2024-12-23 14:19:22 -03:00
embeddings_module_validator.rb FEATURE: configurable embeddings (#1049) 2025-01-21 12:23:19 -03:00
llm_dependency_validator.rb DEV: Transition "Select model" settings to only use LlmModels (#675) 2024-06-19 18:01:35 -03:00
llm_enumerator.rb FIX: Prevent LLM enumerator from erroring when spam enabled (#1045) 2024-12-27 09:12:29 +11:00
llm_validator.rb DEV: Unreachable LLM error shouldn't prevent setting (#1036) 2024-12-20 11:52:11 -08:00
llm_vision_enumerator.rb FEATURE: Track if a model can do vision in the llm_models table (#725) 2024-07-24 16:29:47 -03:00
persona_enumerator.rb FEATURE: Discord Bot integration (#831) 2024-10-16 12:41:18 -03:00