Chunking table contents for embeddings #1487
Unanswered
rafaeltuelho
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to understand how the
HybridChunker
process works and also get to know what the proper way(format) is to create embeddings to store in a Vector DB..Let's consider a document has a table like this:
Using
HybridChunker
I get this chunk for the table.So, it is duplicating the first (data) cell for each header column. I'm afraid this is not good for embeddings as it can mess up the topK results.
What would be a better approach to extracting table contents for chunking/embedding?
Beta Was this translation helpful? Give feedback.
All reactions