Add metadata to Passages
and Sources
tables to track embedding model/dimentions
#719
Labels
Passages
and Sources
tables to track embedding model/dimentions
#719
We should add metadata fields to the
Passages
table that include:embedding_model
: Model used to generate the embedding (also inSources
table)embedding_dim
: Dimensions of embedding field (also inSources
table)num_tokens
: Number of tokens contained in passagenum_chars
: Number of characters contained in passagesThis will allow us to add additional checks:
embedding_model
field to avoidDeign Decisions
The text was updated successfully, but these errors were encountered: