discourse-ai/lib/embeddings
Rafael dos Santos Silva 705ef986b4
FIX: Set ivfflat.probes using topic count, not post count (#421)
Fixes a regression from 140359c which caused we to set this globally based on post count, rendering the cost of an index scan on the topics table too high and making the planner, correctly, not use the index anymore.

Hopefully https://github.com/pgvector/pgvector/issues/235 lands soon.
2024-01-12 11:20:23 -03:00
..
strategies FEATURE: Generate proper embeddings for posts/topics with embedded content (#401) 2024-01-05 10:27:45 -03:00
vector_representations FIX: Set ivfflat.probes using topic count, not post count (#421) 2024-01-12 11:20:23 -03:00
entry_point.rb DEV: Fix SemanticRelated module load error (#419) 2024-01-11 13:52:50 +10:00
semantic_related.rb FIX: Corner cases on post embedding and crawler related (#391) 2023-12-29 14:05:02 -03:00
semantic_search.rb FIX: AI helper not working correctly with mixtral (#399) 2024-01-04 09:53:47 -03:00
semantic_topic_query.rb DEV: port directory structure to Zeitwerk (#319) 2023-11-29 15:17:46 +11:00