discourse-ai/lib/embeddings
Rafael dos Santos Silva eb93b21769
FEATURE: Add BGE-M3 embeddings support (#569)
BAAI/bge-m3 is an interesting model, that is multilingual and with a
context size of 8192. Even with a 16x larger context, it's only 4x slower
to compute it's embeddings on the worst case scenario.

Also includes a minor refactor of the rake task, including setting model
and concurrency levels when running the backfill task.
2024-04-10 17:24:01 -03:00
..
strategies FEATURE: AI Bot RAG support. (#537) 2024-04-01 13:43:34 -03:00
vector_representations FEATURE: Add BGE-M3 embeddings support (#569) 2024-04-10 17:24:01 -03:00
entry_point.rb DEV: Fix module namespace breaking reloads (#530) 2024-03-14 15:19:28 -03:00
semantic_related.rb FIX: improve embedding generation (#452) 2024-01-31 10:38:47 -03:00
semantic_search.rb FEATURE: AI Quick Semantic Search (#501) 2024-03-08 13:02:50 -03:00
semantic_topic_query.rb DEV: port directory structure to Zeitwerk (#319) 2023-11-29 15:17:46 +11:00