Skip to content
Discussion options

You must be logged in to vote

Because the database tables have been modified, you can connect to the PostgreSQL database and then execute the following code:

ALTER TABLE nexent.model_record_t
ADD COLUMN expected_chunk_size INT4,
ADD COLUMN maximum_chunk_size INT4;
COMMENT ON COLUMN nexent.model_record_t.expected_chunk_size IS 'Expected chunk size for embedding models, used during document chunking';
COMMENT ON COLUMN nexent.model_record_t.maximum_chunk_size IS 'Maximum chunk size for embedding models, used during document chunking';

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Phinease
Comment options

You must be logged in to vote
2 replies
@andznrule
Comment options

@andznrule
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants