DEFAULT = "default" SPARSE = "sparse" HYBRID = "hybrid" TEXT_SEARCH = "text_search" SEMANTIC_HYBRID = "semantic_hybrid"
text_search
use the tsvector column? While sparse
does BM25 on...the same column? Essentially the same as performing a FTS natively in postgres?