-
Notifications
You must be signed in to change notification settings - Fork 121
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
support numbers in labels #632
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Always initialize current store version during conversion.
Add labels update API. Give root content, update labels for it and all child contents. Propagate label updates to indexes through gc tasks.
diptanu
commented
Jun 7, 2024
edwinkys
pushed a commit
that referenced
this pull request
Jun 7, 2024
diptanu
added a commit
that referenced
this pull request
Jun 8, 2024
* udpate filters * fix: run with docker compose * docs: fixup intermediate getting started (#623) * Add files via upload * Fixed up S3 Deployment + notice for users to ensure that they've set up the S3 Configuration (#624) * Fixed formatting issues with getting-started advanced (#625) * add ppt rag notebook (#626) * Staging (#627) * add ppt rag notebook * verified notebooks * Delete docs/docs/examples/ppt_rag.ipynb * verified ppt notebook * update message size for grpc (#631) * update version * making lance create table idempotent * bump up version * Small spelling correction only-to index.md file.md (#633) * add support for labels update (#634) Add labels update API. Give root content, update labels for it and all child contents. Propagate label updates to indexes through gc tasks. * udpate version * fix: load extractor docs (#629) * fix new record construction when adding fields to schema (#637) Produce StringArray of None for nullable utf8 * add logo and discord to all notebooks (#636) * add ppt rag notebook * verified notebooks * Delete docs/docs/examples/ppt_rag.ipynb * verified ppt notebook * add logo * update cargo toml * operations: add k8s setup examples that work (#640) This adds an initial example of running everything locally and ephemerally so that you can complete the getting started tutorial on your own k8s environment. * add multimodal gemini extractor example * change naming * update docs * update readme * update docs * update docs * update docs * update docs * update docs * update notebook * update code * operations: adding a k8s docs and overview (#641) * checkpoint based raft snapshot implementation (#638) Implement raft snapshots as rocksdb checkpoints. Store raft last applied log id and membership in rocksdb. Separate state machine state db and log storage db. Use full_snapshot api for snapshot transfer. * remove println (#643) * add multimodal examples of both gemini and openai (#642) * fix initialization of current store version (#644) Always initialize current store version during conversion. * update docs links (#645) * fix change id recovery (#646) If there are no changes at all start with 0. * support numbers in labels (#632) * udpate filters * fix: lancedb filtering and lint * feat: improve search with filter test * fix: fix gteq operator and parser --------- Co-authored-by: Edwin Kys <[email protected]> Co-authored-by: Thomas Rampelberg <[email protected]> Co-authored-by: Rishiraj Acharya <[email protected]> Co-authored-by: Ivan Leo <[email protected]> Co-authored-by: Rohan Paul <[email protected]> Co-authored-by: maxkozlovsky <[email protected]> Co-authored-by: rishiraj <[email protected]> Co-authored-by: Lucas Jackson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds support for JSON value as labels and filters.
This PR requires: