-
Notifications
You must be signed in to change notification settings - Fork 175
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
LanceDB - Remove Orphaned Chunks #1620
LanceDB - Remove Orphaned Chunks #1620
Commits on Jul 16, 2024
-
Add tests for LanceDB chunking and merging functionality
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68e26a0 - Browse repository at this point
Copy the full SHA 68e26a0View commit details -
Merge branch 'refs/heads/devel' into 1587-lancedb-support-efficient-u…
…pdate-strategy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for 7c2d031 - Browse repository at this point
Copy the full SHA 7c2d031View commit details
Commits on Jul 17, 2024
-
Merge branch 'refs/heads/devel' into 1587-lancedb-support-efficient-u…
…pdate-strategy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for 4c555e9 - Browse repository at this point
Copy the full SHA 4c555e9View commit details
Commits on Jul 18, 2024
-
Merge branch 'refs/heads/devel' into 1587-lancedb-support-efficient-u…
…pdate-strategy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for 6c734d7 - Browse repository at this point
Copy the full SHA 6c734d7View commit details -
Add TSplitter type alias for LanceDB document splitting function
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 900c4fa - Browse repository at this point
Copy the full SHA 900c4faView commit details -
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16230a7 - Browse repository at this point
Copy the full SHA 16230a7View commit details
Commits on Jul 19, 2024
-
Merge branch 'refs/heads/devel' into 1587-lancedb-support-efficient-u…
…pdate-strategy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for d3aeda2 - Browse repository at this point
Copy the full SHA d3aeda2View commit details -
Add type definitions for chunk splitter function and related types
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f7a82f - Browse repository at this point
Copy the full SHA 3f7a82fView commit details -
Remove unused ChunkInputT, ChunkOutputT, and TSplitter type definitions
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1dda1d5 - Browse repository at this point
Copy the full SHA 1dda1d5View commit details
Commits on Jul 21, 2024
-
Implement efficient update strategy for chunked documents in LanceDB
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48e14ab - Browse repository at this point
Copy the full SHA 48e14abView commit details -
Implement efficient update strategy for chunked documents in LanceDB
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32fe174 - Browse repository at this point
Copy the full SHA 32fe174View commit details -
Refactor LanceDB client and tests for improved readability and type s…
…afety Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d974962 - Browse repository at this point
Copy the full SHA d974962View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6cdf5d - Browse repository at this point
Copy the full SHA e6cdf5dView commit details
Commits on Jul 23, 2024
-
Merge branch 'refs/heads/devel' into 1587-lancedb-support-efficient-u…
…pdate-strategy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for c7c2bc6 - Browse repository at this point
Copy the full SHA c7c2bc6View commit details
Commits on Jul 24, 2024
-
Merge branch 'refs/heads/devel' into 1587-lancedb-support-efficient-u…
…pdate-strategy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for bf3c3d8 - Browse repository at this point
Copy the full SHA bf3c3d8View commit details
Commits on Jul 25, 2024
-
Merge branch 'refs/heads/devel' into 1587-lancedb-support-efficient-u…
…pdate-strategy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for 9c11964 - Browse repository at this point
Copy the full SHA 9c11964View commit details
Commits on Jul 27, 2024
-
Add document_id parameter to lancedb_adapter and update merge logic
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a60737a - Browse repository at this point
Copy the full SHA a60737aView commit details
Commits on Jul 29, 2024
-
Merge remote-tracking branch 'origin/devel' into 1587-lancedb-support…
…-efficient-update-strategy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for cfe1a6d - Browse repository at this point
Copy the full SHA cfe1a6dView commit details -
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 518a507 - Browse repository at this point
Copy the full SHA 518a507View commit details -
Implement efficient orphan removal for chunked documents in LanceDB
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c10bd73 - Browse repository at this point
Copy the full SHA c10bd73View commit details
Commits on Jul 30, 2024
-
Merge branch 'refs/heads/devel' into 1587-lancedb-support-efficient-u…
…pdate-strategy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for 24ada84 - Browse repository at this point
Copy the full SHA 24ada84View commit details -
Implement efficient update strategy for chunked documents in LanceDB
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b3acb1 - Browse repository at this point
Copy the full SHA 5b3acb1View commit details -
Add test for removing orphaned records in LanceDB
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf6d86a - Browse repository at this point
Copy the full SHA cf6d86aView commit details -
Update LanceDB orphaned records removal test for chunked documents
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d338586 - Browse repository at this point
Copy the full SHA d338586View commit details -
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2376c6a - Browse repository at this point
Copy the full SHA 2376c6aView commit details -
Fix write disposition check in LanceDBRemoveOrphansJob execute method
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f6f1cd - Browse repository at this point
Copy the full SHA 7f6f1cdView commit details
Commits on Jul 31, 2024
-
Merge branch 'refs/heads/devel' into 1587-lancedb-support-efficient-u…
…pdate-strategy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for b840f8b - Browse repository at this point
Copy the full SHA b840f8bView commit details -
Add FollowupJob trait to LoadLanceDBJob
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c276211 - Browse repository at this point
Copy the full SHA c276211View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbfd5af - Browse repository at this point
Copy the full SHA dbfd5afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 257fbde - Browse repository at this point
Copy the full SHA 257fbdeView commit details -
Add test for removing orphaned records in LanceDB root table
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0502ddf - Browse repository at this point
Copy the full SHA 0502ddfView commit details -
Enhance LanceDB test to cover nested child removal and update scenarios
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2363b51 - Browse repository at this point
Copy the full SHA 2363b51View commit details
Commits on Aug 1, 2024
-
Merge branch 'refs/heads/devel' into 1587-lancedb-support-efficient-u…
…pdate-strategy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for a296c77 - Browse repository at this point
Copy the full SHA a296c77View commit details -
Use doc id hint for top level tables
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b363d1 - Browse repository at this point
Copy the full SHA 6b363d1View commit details -
Only join on join columns for orphan removal job
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aac7647 - Browse repository at this point
Copy the full SHA aac7647View commit details -
Add ollama to supported embedding providers and test orphaned record …
…removal with embeddings Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e33b7cf - Browse repository at this point
Copy the full SHA e33b7cfView commit details
Commits on Aug 2, 2024
-
Merge branch 'refs/heads/devel' into 1587-lancedb-support-efficient-u…
…pdate-strategy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for afa7573 - Browse repository at this point
Copy the full SHA afa7573View commit details -
Add merge_key to document resource for efficient updates in LanceDB
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2913e9 - Browse repository at this point
Copy the full SHA f2913e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffe6584 - Browse repository at this point
Copy the full SHA ffe6584View commit details -
Set default file size to 128MB
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0368018 - Browse repository at this point
Copy the full SHA 0368018View commit details
Commits on Aug 3, 2024
-
Merge branch 'refs/heads/devel' into 1587-lancedb-support-efficient-u…
…pdate-strategy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for 29fa7fd - Browse repository at this point
Copy the full SHA 29fa7fdView commit details -
Only use parquet loader file formats
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02704d5 - Browse repository at this point
Copy the full SHA 02704d5View commit details
Commits on Aug 4, 2024
-
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eae056a - Browse repository at this point
Copy the full SHA eae056aView commit details -
Remove recommended file size from LanceDB destination capabilities
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc20a55 - Browse repository at this point
Copy the full SHA dc20a55View commit details -
Update LanceDB client to use more efficient batch processing methods …
…on loading for Load Jobs Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ed540b - Browse repository at this point
Copy the full SHA 6ed540bView commit details
Commits on Aug 5, 2024
-
Refactor unique identifier handling for LanceDB tables
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a9682f - Browse repository at this point
Copy the full SHA 0a9682fView commit details -
Optimize UUID column generation for LanceDB tables
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a99224a - Browse repository at this point
Copy the full SHA a99224aView commit details -
Refactor LanceDBClient to use string type hints for Table
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 895331b - Browse repository at this point
Copy the full SHA 895331bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a881e7a - Browse repository at this point
Copy the full SHA a881e7aView commit details -
Implement efficient schema update with Nullability support
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f245e2 - Browse repository at this point
Copy the full SHA 7f245e2View commit details -
Optimize orphaned chunks removal for large datasets
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4fc73dd - Browse repository at this point
Copy the full SHA 4fc73ddView commit details
Commits on Aug 6, 2024
-
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9378f50 - Browse repository at this point
Copy the full SHA 9378f50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b14583 - Browse repository at this point
Copy the full SHA 9b14583View commit details -
Prevent primary key and document ID hint conflict in merge disposition
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e21f61b - Browse repository at this point
Copy the full SHA e21f61bView commit details
Commits on Aug 7, 2024
-
Add recommended file size for LanceDB destination
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9725d0e - Browse repository at this point
Copy the full SHA 9725d0eView commit details -
Improve comment clarity for projection push-down in LanceDB
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5238c11 - Browse repository at this point
Copy the full SHA 5238c11View commit details -
Merge branch 'devel' into 1587-lancedb-support-efficient-update-strat…
…egy-for-chunked-documents # Conflicts: # dlt/destinations/impl/lancedb/lancedb_client.py
Configuration menu - View commit details
-
Copy full SHA for 8e74815 - Browse repository at this point
Copy the full SHA 8e74815View commit details -
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8f7468 - Browse repository at this point
Copy the full SHA c8f7468View commit details
Commits on Aug 8, 2024
-
Remove unnecessary LanceDBLoadJob attributes
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af56191 - Browse repository at this point
Copy the full SHA af56191View commit details -
Change instance attributes to
run
method as variablesSigned-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e33011 - Browse repository at this point
Copy the full SHA 7e33011View commit details
Commits on Aug 9, 2024
-
Merge branch 'devel' into 1587-lancedb-support-efficient-update-strat…
…egy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for e24e961 - Browse repository at this point
Copy the full SHA e24e961View commit details -
Schedule follow up refernce job
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee7dd02 - Browse repository at this point
Copy the full SHA ee7dd02View commit details
Commits on Aug 10, 2024
-
Add follow up lancedb remove orphan job skeleron
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df498ab - Browse repository at this point
Copy the full SHA df498abView commit details -
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c08f1ba - Browse repository at this point
Copy the full SHA c08f1baView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9f94e3 - Browse repository at this point
Copy the full SHA f9f94e3View commit details -
Add support for reference file format in LanceDB destination
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b374b0b - Browse repository at this point
Copy the full SHA b374b0bView commit details -
Handle parent table name resolution if it doesn't exist in Lance db r…
…emove orphan job Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ed3301 - Browse repository at this point
Copy the full SHA 2ed3301View commit details
Commits on Aug 12, 2024
-
Merge branch 'devel' into 1587-lancedb-support-efficient-update-strat…
…egy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for cb0ba1f - Browse repository at this point
Copy the full SHA cb0ba1fView commit details
Commits on Aug 14, 2024
-
Merge branch 'devel' into 1587-lancedb-support-efficient-update-strat…
…egy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for 99ac100 - Browse repository at this point
Copy the full SHA 99ac100View commit details
Commits on Aug 15, 2024
-
Refactor specialised orphan follow up job back to reference job
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0694859 - Browse repository at this point
Copy the full SHA 0694859View commit details
Commits on Aug 16, 2024
-
Merge branch 'devel' into 1587-lancedb-support-efficient-update-strat…
…egy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for ad3b750 - Browse repository at this point
Copy the full SHA ad3b750View commit details
Commits on Aug 17, 2024
-
Merge branch 'devel' into 1587-lancedb-support-efficient-update-strat…
…egy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for 4701c6e - Browse repository at this point
Copy the full SHA 4701c6eView commit details -
Refactor orphan removal for chunked documents
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 537a2be - Browse repository at this point
Copy the full SHA 537a2beView commit details
Commits on Aug 18, 2024
-
Fix dlt system table check for name instead of object
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d25306 - Browse repository at this point
Copy the full SHA 3d25306View commit details -
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ee8da1 - Browse repository at this point
Copy the full SHA 2ee8da1View commit details
Commits on Aug 19, 2024
-
Override staging client methods
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2947d55 - Browse repository at this point
Copy the full SHA 2947d55View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5914c - Browse repository at this point
Copy the full SHA ea5914cView commit details -
Merge branch 'devel' into 1587-lancedb-support-efficient-update-strat…
…egy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for 2e7daed - Browse repository at this point
Copy the full SHA 2e7daedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5018adf - Browse repository at this point
Copy the full SHA 5018adfView commit details
Commits on Aug 20, 2024
-
Override staging client methods
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1fcce51 - Browse repository at this point
Copy the full SHA 1fcce51View commit details -
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8849f11 - Browse repository at this point
Copy the full SHA 8849f11View commit details -
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7098fd - Browse repository at this point
Copy the full SHA c7098fdView commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 92ba767 - Browse repository at this point
Copy the full SHA 92ba767View commit details
Commits on Aug 22, 2024
-
Merge branch 'devel' into 1587-lancedb-support-efficient-update-strat…
…egy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for abd9b01 - Browse repository at this point
Copy the full SHA abd9b01View commit details -
Remove Lancedb client's staging implementation
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8ddcae - Browse repository at this point
Copy the full SHA d8ddcaeView commit details -
Insert in memory arrow table. This will be optimized
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17137a6 - Browse repository at this point
Copy the full SHA 17137a6View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b0b7bb - Browse repository at this point
Copy the full SHA 1b0b7bbView commit details -
Rename classes to the new job implementation classes
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53d896a - Browse repository at this point
Copy the full SHA 53d896aView commit details -
Use namedtuple for table chain to improve readability
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26ba0f5 - Browse repository at this point
Copy the full SHA 26ba0f5View commit details -
Remove orphans by loading all ancestor IDs simultaneously
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06e04d9 - Browse repository at this point
Copy the full SHA 06e04d9View commit details -
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 470315e - Browse repository at this point
Copy the full SHA 470315eView commit details -
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43eb5b4 - Browse repository at this point
Copy the full SHA 43eb5b4View commit details -
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40a5e73 - Browse repository at this point
Copy the full SHA 40a5e73View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04c8489 - Browse repository at this point
Copy the full SHA 04c8489View commit details -
Revert "Remove orphans by loading all ancestor IDs simultaneously"
This reverts commit 06e04d9.
Configuration menu - View commit details
-
Copy full SHA for 8cd6003 - Browse repository at this point
Copy the full SHA 8cd6003View commit details -
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dad103e - Browse repository at this point
Copy the full SHA dad103eView commit details -
Infer merge key if not supplied from provided primary key
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15a0cf6 - Browse repository at this point
Copy the full SHA 15a0cf6View commit details -
Remove unused utility functions
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9462e3 - Browse repository at this point
Copy the full SHA e9462e3View commit details -
Remove LanceDB doc ID hints and use schema normalizer
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8af98d7 - Browse repository at this point
Copy the full SHA 8af98d7View commit details -
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4195bb4 - Browse repository at this point
Copy the full SHA 4195bb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2573d3a - Browse repository at this point
Copy the full SHA 2573d3aView commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19e9366 - Browse repository at this point
Copy the full SHA 19e9366View commit details -
Support compound primary and merge keys
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86c198c - Browse repository at this point
Copy the full SHA 86c198cView commit details -
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa03930 - Browse repository at this point
Copy the full SHA aa03930View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb72c03 - Browse repository at this point
Copy the full SHA fb72c03View commit details -
- Change default vector column name to "vector" to conform with lance…
…db standard - Add search tests with tantivy as search engine Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1e4173 - Browse repository at this point
Copy the full SHA d1e4173View commit details -
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 613f5bc - Browse repository at this point
Copy the full SHA 613f5bcView commit details -
Add custom embedding function registration test
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 703c4a8 - Browse repository at this point
Copy the full SHA 703c4a8View commit details -
Spawn process in test to make sure registry can be deserialized from …
…arrow files Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c07c8fc - Browse repository at this point
Copy the full SHA c07c8fcView commit details -
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8afa7e1 - Browse repository at this point
Copy the full SHA 8afa7e1View commit details
Commits on Aug 30, 2024
-
Change NULL string replacement with random string, doc clarification
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2395432 - Browse repository at this point
Copy the full SHA 2395432View commit details
Commits on Aug 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2507d22 - Browse repository at this point
Copy the full SHA 2507d22View commit details -
Update default vector column name in docs
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a347e6 - Browse repository at this point
Copy the full SHA 9a347e6View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4eda894 - Browse repository at this point
Copy the full SHA 4eda894View commit details -
Set
remove_orphans
flag to False on tests that don't require itSigned-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0bedb7 - Browse repository at this point
Copy the full SHA c0bedb7View commit details -
Merge branch '1765-lancedb-destination-cant-query-generated-tables' i…
…nto remove-lancedb-doc-id-hints # Conflicts: # dlt/destinations/impl/lancedb/lancedb_client.py # docs/website/docs/dlt-ecosystem/destinations/lancedb.md # tests/load/lancedb/test_pipeline.py # tests/load/lancedb/utils.py
Configuration menu - View commit details
-
Copy full SHA for 99a4f44 - Browse repository at this point
Copy the full SHA 99a4f44View commit details -
Implement starter arrow string placeholder function
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f0d620 - Browse repository at this point
Copy the full SHA 5f0d620View commit details -
Add test for empty arrow string element vectorised replacement utilit…
…y function Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7f3076 - Browse repository at this point
Copy the full SHA b7f3076View commit details -
Handle NULL values in addition to empty strings in arrow substitution…
… method Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3a4ed0 - Browse repository at this point
Copy the full SHA e3a4ed0View commit details -
More efficient empty value replacement with canonical arrow usage
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ec894f - Browse repository at this point
Copy the full SHA 4ec894fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9866874 - Browse repository at this point
Copy the full SHA 9866874View commit details -
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7099d5f - Browse repository at this point
Copy the full SHA 7099d5fView commit details -
Use pa.nulls instead of [None]*len
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c770d1 - Browse repository at this point
Copy the full SHA 1c770d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b11ac7 - Browse repository at this point
Copy the full SHA 0b11ac7View commit details -
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e81736e - Browse repository at this point
Copy the full SHA e81736eView commit details -
Implement root table orphan deletion, only integer doc_ids
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36abec7 - Browse repository at this point
Copy the full SHA 36abec7View commit details -
Cater for string ids as well in doc_id removal process
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ceeda9 - Browse repository at this point
Copy the full SHA 5ceeda9View commit details -
Fix test with wrong primary key
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8f9c3b - Browse repository at this point
Copy the full SHA a8f9c3bView commit details -
Just send list of ids as is. don't pc.compute on client end
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3baf93 - Browse repository at this point
Copy the full SHA b3baf93View commit details -
Extract schema matching into utils
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 589071c - Browse repository at this point
Copy the full SHA 589071cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a86a13a - Browse repository at this point
Copy the full SHA a86a13aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eba25e - Browse repository at this point
Copy the full SHA 0eba25eView commit details -
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b7f4c6 - Browse repository at this point
Copy the full SHA 2b7f4c6View commit details -
Merge branch 'remove-lancedb-doc-id-hints' into 1587-lancedb-support-…
…efficient-update-strategy-for-chunked-documents # Conflicts: # dlt/destinations/impl/lancedb/lancedb_adapter.py # tests/load/lancedb/test_merge.py
Configuration menu - View commit details
-
Copy full SHA for 105b388 - Browse repository at this point
Copy the full SHA 105b388View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ea36b00 - Browse repository at this point
Copy the full SHA ea36b00View commit details
Commits on Sep 5, 2024
-
Merge branch 'devel' into 1587-lancedb-support-efficient-update-strat…
…egy-for-chunked-documents # Conflicts: # dlt/destinations/impl/lancedb/lancedb_client.py # docs/website/docs/dlt-ecosystem/destinations/lancedb.md # poetry.lock # tests/load/lancedb/test_pipeline.py # tests/load/lancedb/utils.py
Configuration menu - View commit details
-
Copy full SHA for 2010722 - Browse repository at this point
Copy the full SHA 2010722View commit details -
Amend replace test to test with large number of records to catch race…
… conditions with replace disposition Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81eaea9 - Browse repository at this point
Copy the full SHA 81eaea9View commit details -
Fix replace race conditions by delegating truncation to dlt
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6d243a - Browse repository at this point
Copy the full SHA f6d243aView commit details
Commits on Sep 6, 2024
-
Merge branch 'devel' into 1587-lancedb-support-efficient-update-strat…
…egy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for 3521975 - Browse repository at this point
Copy the full SHA 3521975View commit details
Commits on Sep 8, 2024
-
Merge branch 'devel' into 1587-lancedb-support-efficient-update-strat…
…egy-for-chunked-documents # Conflicts: # poetry.lock
Configuration menu - View commit details
-
Copy full SHA for e280001 - Browse repository at this point
Copy the full SHA e280001View commit details -
Configuration menu - View commit details
-
Copy full SHA for f32d4cd - Browse repository at this point
Copy the full SHA f32d4cdView commit details
Commits on Sep 24, 2024
-
Merge branch 'devel' into 1587-lancedb-support-efficient-update-strat…
…egy-for-chunked-documents # Conflicts: # dlt/destinations/impl/lancedb/factory.py # dlt/destinations/impl/lancedb/lancedb_client.py # dlt/destinations/impl/lancedb/schema.py # poetry.lock # tests/load/lancedb/test_pipeline.py
Configuration menu - View commit details
-
Copy full SHA for a804e03 - Browse repository at this point
Copy the full SHA a804e03View commit details -
Refactor type mapping and schema handling in LanceDB client
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7bd2e9c - Browse repository at this point
Copy the full SHA 7bd2e9cView commit details -
Change 'complex' column type to 'json' in LanceDB client
Signed-off-by: Marcel Coetzee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8a6b75 - Browse repository at this point
Copy the full SHA d8a6b75View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5a1657 - Browse repository at this point
Copy the full SHA a5a1657View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0fc0473 - Browse repository at this point
Copy the full SHA 0fc0473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5efd0a8 - Browse repository at this point
Copy the full SHA 5efd0a8View commit details -
Merge branch 'devel' into 1587-lancedb-support-efficient-update-strat…
…egy-for-chunked-documents
Configuration menu - View commit details
-
Copy full SHA for b0f0ea1 - Browse repository at this point
Copy the full SHA b0f0ea1View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4dcc282 - Browse repository at this point
Copy the full SHA 4dcc282View commit details