|
|
|
|
|
by CGamesPlay
917 days ago
|
|
I think OP means to filter the user input through an LLM with “convert this question into a keyword list” and then calculating the embedding of the LLM’s output (instead of calculating the embedding of the user input directly). The “search the embedding” is the normal vector DB part. |
|
[0] https://en.wikipedia.org/wiki/Query_expansion
[1] https://arxiv.org/abs/2305.03653
[2] https://arxiv.org/abs/2303.07678