|
|
|
|
|
by markerz
173 days ago
|
|
The problem with LLMs using full-text-search is they’re very slow compared to a vector search query. I will admit the results are impressive but often it’s because I kick off an agent query and step away for 5 minutes. On the other hand, generating and regenerating embeddings for all your documents can be time consuming and costly, depending on how often you need to reindex |
|