Hi Guys
On PgVectorStore with Hybrid Search, we try to create sql index for the tsv column, that's why we got this bug.
https://github.com/jerryjliu/llama_index/issues/7740Any idea why we don't built SQL index for the main vector embedding column? FYI PgVector itself support indexing with IVFFlat & HNSW
https://github.com/pgvector/pgvector#indexingI tried it myself, the performance improvement is great, but the hardware utilization also increase significantly, especially when inserting new document. But probably I did that wrongly
WDYT guys ?