You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if the float embedding size has changed, migrate the sqlite database first, make sure to dump or truncate the existing rows, we dont care about them, we will re-embed after doing this part
add a re-embed endpoint that takes a model prop and embedding size, and uses the generate endpoint to loop over all chunks in the document_chunks table and all the documents table to rembed them with this different model.
This discussion was converted from issue #12 on May 25, 2025 01:01.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
if the float embedding size has changed, migrate the sqlite database first, make sure to dump or truncate the existing rows, we dont care about them, we will re-embed after doing this part
add a re-embed endpoint that takes a model prop and embedding size, and uses the generate endpoint to loop over all chunks in the document_chunks table and all the documents table to rembed them with this different model.
Beta Was this translation helpful? Give feedback.
All reactions