-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add paragraph sequence field #118
Comments
Discussed the update should be as follow: Steps:
|
Additional step 0: Clear space by dropping Passage class (plus clean up other junk on that machine) and backup existing collection. Backup started as of 2024-07-29 10:45.
To support a downstream feature in the USGS project
Is there an issue outlining this that we could link to here?
(edited format)
|
Started the patch for paragraph order, but it's slower than expected due to the lack of a batch update function. Estimated completion time: 4-5 days. Will check progress on 8/7. |
#119 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To support a downstream feature in the USGS project, we need to add a field in Weaviate to indicate paragraph order within a document. The required changes are:
paragraph_order
.Assuming the raw text remains unchanged, we can likely skip re-embedding by using the old embeddings with
paragraph_hash
. this should be safe and efficient.The text was updated successfully, but these errors were encountered: