Hacker News new | ask | show | jobs
by siquick 748 days ago
When you’re creating your embedding you can store keywords from the content (using an LLM) in the metadata of each chunk which would positively increase the relevancy of results turned from the retrieval.

LlamaIndex does this out of the box.

1 comments

That's interesting! I didn't know that