Commit Graph

  • a1377afcaa feat: telemetry, error tracking, CLI & config manager (#538) Ayush Chaurasia 2023-10-08 23:11:39 +05:30
  • a26c8f3316 feat: use GPU for index creation. (#540) Lei Xu 2023-10-05 20:49:00 -07:00
  • 88d8d7249e Typo cleanup (#539) Josh Wein 2023-10-05 23:07:28 -04:00
  • 0eb7c9ea0c fix stackoverflow (#542) Rob Meng 2023-10-05 20:05:04 -04:00
  • 1db66c6980 implement mirroring object store (#537) Rob Meng 2023-10-04 21:23:34 -04:00
  • c58da8fc8a Updating package-lock.json Lance Release 2023-10-03 22:59:02 +00:00
  • 448c4a835d Updating package-lock.json Lance Release 2023-10-03 22:09:00 +00:00
  • 850f80de99 Bump version: 0.2.6 → 0.3.0 v0.3.0 Lance Release 2023-10-03 22:08:44 +00:00
  • a022368426 [python] Bump version: 0.2.6 → 0.3.0 python-v0.3.0 Lance Release 2023-10-03 21:48:22 +00:00
  • 8b815ef5a8 chore: upgrade lance to 0.8.1 (#536) Lei Xu 2023-10-03 14:29:18 -07:00
  • e4c3a9346c [doc] make the tensor width differnt from height (#533) Tan Li 2023-10-03 00:55:16 -07:00
  • 1d1f8964d2 [DOCS][PYTHON] Update docs for clarity (#531) Prashanth Rao 2023-10-03 00:16:53 -04:00
  • d326146a40 [python] Bump version: 0.2.5 → 0.2.6 python-v0.2.6 Lance Release 2023-10-01 17:48:59 +00:00
  • 693bca1eba feat(python): expose prefilter to lancedb (#522) Chang She 2023-10-01 10:34:12 -07:00
  • 343e274ea5 fix: define minimum dependency versions (#515) Will Jones 2023-09-29 09:04:49 -07:00
  • a695fb8030 fix import attr to use import attrs (#510) Rob Meng 2023-09-23 00:30:56 -04:00
  • bc8670d7af [Python] Fix attrs dependency (#508) Hynek Schlawack 2023-09-21 18:35:34 +02:00
  • 74004161ff [python] Bump version: 0.2.4 → 0.2.5 python-v0.2.5 Lance Release 2023-09-19 16:43:06 +00:00
  • 34ddb1de6d Updating package-lock.json Lance Release 2023-09-19 13:48:20 +00:00
  • 1029fc9cb0 Updating package-lock.json Lance Release 2023-09-19 12:19:23 +00:00
  • 31c5df6d99 Bump version: 0.2.5 → 0.2.6 v0.2.6 Lance Release 2023-09-19 12:19:05 +00:00
  • dbf37a0434 fix: upgrade lance to 0.7.5 and add tests for searching empty dataset (#505) Rob Meng 2023-09-19 01:12:11 -04:00
  • f20f19b804 feat: improve pydantic 1.x compat (#503) Chang She 2023-09-18 19:01:30 -07:00
  • 55207ce844 feat: add lancedb.__version__ (#504) Chang She 2023-09-18 18:51:51 -07:00
  • c21f9cdda0 ci: fix docs build (#496) Chang She 2023-09-18 16:07:21 -04:00
  • bc38abb781 refactor connection string processing (#500) Rob Meng 2023-09-18 15:38:00 -04:00
  • 731f86e44c add health check to wait for all service ready before next step (#501) Rob Meng 2023-09-18 15:17:45 -04:00
  • 31dad71c94 multi-modal embedding-function (#484) Chang She 2023-09-16 21:23:51 -04:00
  • 9585f550b3 fix: increase S3 timeouts (#494) Will Jones 2023-09-15 23:21:34 -04:00
  • 8dc2315479 [python] Bump version: 0.2.3 → 0.2.4 python-v0.2.4 Lance Release 2023-09-15 14:23:26 +00:00
  • f6bfb5da11 chore: upgrade lance to 0.7.4 (#491) Rob Meng 2023-09-14 16:02:23 -04:00
  • 5dad7e29bd chore: bump pylance version to v0.7.5 changhiskhan/update-pylance Chang She 2023-09-14 14:26:03 -04:00
  • 661fcecf38 [python] Bump version: 0.2.2 → 0.2.3 python-v0.2.3 Lance Release 2023-09-14 17:48:32 +00:00
  • 07fe284810 Updating package-lock.json Lance Release 2023-09-10 23:58:06 +00:00
  • 800bb691c3 Updating package-lock.json Lance Release 2023-09-09 19:45:58 +00:00
  • ec24e09add Bump version: 0.2.4 → 0.2.5 v0.2.5 Lance Release 2023-09-09 19:45:43 +00:00
  • 0554db03b3 progagate uri query string to lance; add aws integration tests (#486) Rob Meng 2023-09-09 13:33:16 -04:00
  • b315ea3978 [Python] Pydantic vector field with default value (#474) Lei Xu 2023-09-08 22:35:31 -07:00
  • aa7806cf0d [Python]Fix record_batch_generator (#483) Ayush Chaurasia 2023-09-08 21:18:50 +05:30
  • 6799613109 feat: upgrade lance to 0.7.3 (#481) Lei Xu 2023-09-07 17:01:45 -07:00
  • 0f26915d22 [Rust] schema coerce and vector column inference (#476) Lei Xu 2023-09-06 10:00:46 -07:00
  • 9441fde2bb reproducibility reproducibility Chang She 2023-09-06 02:24:19 -07:00
  • 32163063dc Fix up docs (#477) Chang She 2023-09-05 22:29:50 -07:00
  • 9a9a73a65d [python] Use pydantic for embedding function persistence (#467) Chang She 2023-09-05 21:30:45 -07:00
  • 52fa7f5577 [Docs] Small typo fixes (#460) Ayush Chaurasia 2023-09-02 22:17:19 +05:30
  • 0cba0f4f92 [python] Temporary update feature (#457) Chang She 2023-08-30 00:25:26 -07:00
  • 09585390f7 flexible vector column lei/better_js_error Lei Xu 2023-08-29 22:09:58 -07:00
  • 8391ffee84 chore: make crate more discoverable (#443) Will Jones 2023-08-25 08:59:14 -07:00
  • fe8848efb9 [python] Bump version: 0.2.1 → 0.2.2 python-v0.2.2 Lance Release 2023-08-24 23:18:10 +00:00
  • 213c313b99 Revert "Updating package-lock.json" (#455) Chang She 2023-08-24 15:54:57 -07:00
  • 157e995a43 Revert "Bump version: 0.2.4 → 0.2.5" (#454) Chang She 2023-08-24 15:44:37 -07:00
  • ab97e5d632 Updating package-lock.json Lance Release 2023-08-24 21:54:35 +00:00
  • 87e9a0250f Bump version: 0.2.4 → 0.2.5 Lance Release 2023-08-24 21:54:18 +00:00
  • e587a17a64 [python] Support schema evolution in local LanceDB (#452) Chang She 2023-08-24 14:40:49 -07:00
  • 2f1f9f6338 [python] improve restore functionality (#451) Chang She 2023-08-24 11:00:34 -07:00
  • a34fa4df26 Updating package-lock.json Lance Release 2023-08-24 05:23:19 +00:00
  • e20979b335 Updating package-lock.json Lance Release 2023-08-24 04:48:11 +00:00
  • 08689c345d Bump version: 0.2.3 → 0.2.4 v0.2.4 Lance Release 2023-08-24 04:47:57 +00:00
  • 909b7e90cd [python] Bump version: 0.2.0 → 0.2.1 python-v0.2.1 Lance Release 2023-08-24 04:00:11 +00:00
  • ae8486cc8f bump lance version to 0.6.5 for lancedb release (#453) QianZhu 2023-08-23 20:59:03 -07:00
  • b8f32d082f Clean up docs testing - exclude by glob instead of by file (#450) Tevin Wang 2023-08-23 19:00:37 -07:00
  • ea7522baa5 fix url to image in docs (#444) Jai 2023-08-22 16:21:02 -07:00
  • 8764741116 Updating package-lock.json Lance Release 2023-08-22 21:11:28 +00:00
  • cc916389a6 [DOCS] Major Docs Revamp (#435) Ayush Chaurasia 2023-08-23 02:36:26 +05:30
  • 3d7d903d88 Updating package-lock.json Lance Release 2023-08-22 20:15:13 +00:00
  • cc5e2d3e10 Bump version: 0.2.2 → 0.2.3 v0.2.3 Lance Release 2023-08-22 20:14:58 +00:00
  • 30f5bc5865 expose awsRegion to be configurable (#441) Rob Meng 2023-08-22 16:00:14 -04:00
  • 2737315cb2 feat(node): Create empty tables / Arrow Tables (#399) gsilvestrin 2023-08-22 10:57:45 -07:00
  • d52422603c use a lambda function to hide the value of credentials when printing a connection/table (#438) Rob Meng 2023-08-21 23:06:44 -04:00
  • f35f8e451f [DOCS] Update integrations + small typos (#432) Ayush Chaurasia 2023-08-18 09:59:22 +05:30
  • 0b9924b432 Make creating (and adding to) tables via Iterators more flexible & intuitive (#430) Ayush Chaurasia 2023-08-18 09:56:30 +05:30
  • ba416a571d Updating package-lock.json Lance Release 2023-08-17 23:48:01 +00:00
  • 13317ffb46 Updating package-lock.json Lance Release 2023-08-17 23:07:51 +00:00
  • ca961567fe Bump version: 0.2.1 → 0.2.2 v0.2.2 Lance Release 2023-08-17 23:07:36 +00:00
  • 31a12a141d fix(node) Electron crashes when creating external buffer (#424) gsilvestrin 2023-08-17 14:47:54 -07:00
  • e3061d4cb4 [python] Temporary restore feature (#428) Chang She 2023-08-14 20:10:29 -07:00
  • 1fcc67fd2c Updating package-lock.json Lance Release 2023-08-14 23:02:39 +00:00
  • ac18812af0 fix moka version (#427) v0.2.1 Rob Meng 2023-08-14 18:28:55 -04:00
  • 8324e0f171 Bump version: 0.2.0 → 0.2.1 Lance Release 2023-08-14 22:22:24 +00:00
  • f0bcb26f32 Upgrade lance and pass AWS creds when opening a table (#426) Rob Meng 2023-08-14 18:22:02 -04:00
  • b281c5255c Updating package-lock.json Lance Release 2023-08-14 17:03:51 +00:00
  • d349d2a44a Updating package-lock.json Lance Release 2023-08-14 16:06:52 +00:00
  • 0699a6fa7b Bump version: 0.1.19 → 0.2.0 v0.2.0 Lance Release 2023-08-14 16:06:36 +00:00
  • b1a5c251ba [python] Bump version: 0.1.16 → 0.2.0 python-v0.2.0 Lance Release 2023-08-12 04:43:16 +00:00
  • 722462c38b chore: upgrade Lance and rename score to _distance (#398) Will Jones 2023-08-11 21:42:33 -07:00
  • 902a402951 implementation of drop_database (#418) Ashis Kumar Naik 2023-08-12 09:29:56 +05:30
  • 2f2cb984d4 [breaking change] make schema a property (#414) Rob Meng 2023-08-11 18:58:41 -04:00
  • 9921b2a4e5 [Node] Use index by default (#422) Lei Xu 2023-08-11 15:26:44 -07:00
  • 03b8f99dca feat(node) Remote drop table (#412) gsilvestrin 2023-08-10 09:21:36 -07:00
  • aa91f35a28 [Python][Remote] Raise meaningful exception for to_arrow() / to_pandas() (#413) Lei Xu 2023-08-08 14:40:09 -07:00
  • f227658e08 fix(node) Remove mpsc from JS SDK (#407) gsilvestrin 2023-08-08 10:35:43 -07:00
  • fd65887d87 implement remote drop table call (#411) Rob Meng 2023-08-08 13:24:16 -04:00
  • 4673958543 fix(docs) fix minor typo (#408) Weston Pace 2023-08-08 08:37:32 -07:00
  • a54d1e5618 Automatically convert pydantic model (#400) Chang She 2023-08-06 14:50:03 -07:00
  • 8f7264f81d [Documentation Code Testing] temp fix for nodejs docs test hang (#404) Tevin Wang 2023-08-06 13:13:35 -07:00
  • 44b8271fde [Docs] Allow edit suggestions and analytics (#394) Ayush Chaurasia 2023-08-06 22:53:35 +05:30
  • 74ef141b9c [Docs] add Tables guide (#381) Ayush Chaurasia 2023-08-06 12:34:08 +05:30
  • b69b1e3ec8 fix(node) Unit tests hangs and don't exit (#396) gsilvestrin 2023-08-04 20:18:23 -07:00
  • bbfadfe58d [python] Allow adding via iterators (#391) Ayush Chaurasia 2023-08-05 01:19:44 +05:30
  • cf977866d8 [WIP] Workflow to trigger vectordb-recipes workflow (#371) Leon Yee 2023-08-02 11:27:08 -07:00