Hello, Suppose I have thousands of one-page documents (such as CVs) and I want to find the top 5 documents that meet a specific criteria. Do you have any recommendations for the architecture I should use? In light of the fact that these are unrelated one-page documents, I'm wondering if I should include embeddings at all (assuming I'm not trying to save money on LLM). TIA!!
Which criteria are you using? Semantic/vector search can work pretty well for those types of use-cases, just depends on exactly what type of information/criteria you're searching for