he means to say that, you need an LLM to understand the query and extract metadata filters data
Usually this can be done in 2 ways
- Using NLP library like SpaCy or with BERT model to extract entities
- By calling gpt through api calls
Then after applying filter search + vector search on database for more fine grained results