Commit Graph

  • a6cf24b359 feat(napi): Issue queries as node SDK (#868) Lei Xu 2024-01-25 22:14:14 -08:00
  • 7808f28ec7 exclude storage.js for tests qzhu 2024-01-25 17:08:27 -08:00
  • 157fb9ea72 fix lint qzhu 2024-01-25 16:29:06 -08:00
  • 7a5e65d437 website api doc rework qzhu 2024-01-25 16:16:50 -08:00
  • 9a07c9aad8 Updating package-lock.json Lance Release 2024-01-25 21:49:36 +00:00
  • 93d3381256 fallback lei/a_new_push Lei Xu 2024-01-25 13:06:07 -08:00
  • d405798952 Updating package-lock.json Lance Release 2024-01-25 20:54:55 +00:00
  • e8a8b92b2a Bump version: 0.4.4 → 0.4.5 v0.4.5 Lance Release 2024-01-25 20:54:44 +00:00
  • 66362c6506 fix: release build for node sdk (#861) Lei Xu 2024-01-25 12:51:32 -08:00
  • 5228ca4b6b Updating package-lock.json Lance Release 2024-01-25 19:53:05 +00:00
  • dcc216a244 Bump version: 0.4.3 → 0.4.4 v0.4.4 Lance Release 2024-01-25 19:52:54 +00:00
  • a7aa168c7f feat: improve the rust table query API and documents (#860) Lei Xu 2024-01-25 10:44:31 -08:00
  • 7a89b5ec68 doc: update rust readme to include crate and docs.rs links (#859) Lei Xu 2024-01-24 20:26:30 -08:00
  • ee862abd29 feat(napi): Provide a new createIndex API in the napi SDK. (#857) Lei Xu 2024-01-24 17:27:46 -08:00
  • 4e1ed2b139 docs: document basics of configuring object storage (#832) Will Jones 2024-01-24 15:27:22 -08:00
  • 008e0b1a93 feat(rust): create index API improvement (#853) Lei Xu 2024-01-24 10:05:12 -08:00
  • 82cbcf6d07 Bump lance 0.9.9 (#851) Bert 2024-01-24 08:41:28 -05:00
  • 1cd5426aea feat: rework NodeJS SDK using napi (#847) Lei Xu 2024-01-23 15:14:45 -08:00
  • 41f0e32a06 [python] Bump version: 0.5.0 → 0.5.1 python-v0.5.1 Lance Release 2024-01-23 22:01:14 +00:00
  • ccfd043939 feat: change create table to accept Arrow table (#845) Lei Xu 2024-01-23 13:25:15 -08:00
  • b4d451ed21 extend timeout for requests.get and requests.post (#848) QianZhu 2024-01-22 20:31:39 -08:00
  • 4c303ba293 chore(rust): provide a Connection trait to match python and nodejs SDK (#846) Lei Xu 2024-01-22 17:35:02 -08:00
  • 66eaa2a00e allow passing api key as env var (#841) Bert 2024-01-22 16:18:28 -05:00
  • 5f14a411af feat(js): add helper function to create Arrow Table with schema (#838) Lei Xu 2024-01-22 11:49:44 -08:00
  • bea3cef627 chore(js): remove errant console.log (#834) Chang She 2024-01-22 11:44:38 -08:00
  • 0e92a7277c doc: add index page for rust crate (#839) Lei Xu 2024-01-22 09:15:55 -08:00
  • 83ed8d1e49 bug: add a test for fp16 (#837) Lei Xu 2024-01-20 16:23:28 -08:00
  • a1ab549457 Merge branch 'tecmie-tecmie/embeddings-openai' Chang She 2024-01-19 16:46:16 -08:00
  • 3ba1618be9 Merge branch 'tecmie/embeddings-openai' of github.com:tecmie/lancedb into tecmie-tecmie/embeddings-openai Chang She 2024-01-19 16:43:53 -08:00
  • 9a9fc77a95 doc: improve docs for nodejs connect functions (#833) Lei Xu 2024-01-19 16:07:53 -08:00
  • c89d5e6e6d fix: remote python client closes idle connections (#831) Bert 2024-01-19 17:28:36 -05:00
  • d012db24c2 ci: lint and enforce linting (#829) Will Jones 2024-01-19 13:09:14 -08:00
  • 7af213801a bump lance to 0.9.7 (#826) Bert 2024-01-18 23:44:22 -05:00
  • 8f54cfcde9 Docs updates incl. Polars (#827) Prashanth Rao 2024-01-18 23:43:59 -05:00
  • 119b928a52 docs: Updates and refactor (#683) Prashanth Rao 2024-01-18 13:48:37 -05:00
  • 8bcdc81fd3 [python] Bump version: 0.4.4 → 0.5.0 python-v0.5.0 Lance Release 2024-01-18 01:53:15 +00:00
  • 39e14c70c5 chore(python): turn off lazy frame ingestion (#821) Chang She 2024-01-16 19:11:16 -08:00
  • af8263af94 feat(python): allow the entire table to be converted a polars dataframe (#814) Chang She 2024-01-15 15:49:16 -08:00
  • be4ab9eef3 feat(python): add exist_ok option to create table (#813) Chang She 2024-01-15 11:09:18 -08:00
  • 184d2bc969 chore(python): get rid of Pydantic deprication warning in embedding fcn (#816) Ayush Chaurasia 2024-01-15 12:19:51 +05:30
  • ff6f005336 Add openai api key not found help (#815) Anton Shevtsov 2024-01-14 22:14:09 +01:00
  • 49333e522c feat(python): basic polars integration (#811) Chang She 2024-01-13 16:38:16 -08:00
  • 44eba363b5 eslint fix Andrew Miracle 2024-01-13 09:15:01 +01:00
  • 4568df422d feat(python): Add gemini text embedding function (#806) Ayush Chaurasia 2024-01-13 12:08:55 +05:30
  • a90358a1e3 Merge branch 'main' into tecmie/embeddings-openai Andrew Miracle 2024-01-12 10:18:54 +01:00
  • f7f9beaf31 rebase from lancedb/main Andrew Miracle 2024-01-12 10:17:30 +01:00
  • cfdbddc5cf Updating package-lock.json Lance Release 2024-01-11 21:34:04 +00:00
  • 88affc1428 Bump version: 0.4.2 → 0.4.3 Lance Release 2024-01-11 21:33:55 +00:00
  • a7be064f00 [python] Bump version: 0.4.3 → 0.4.4 Lance Release 2024-01-11 21:29:00 +00:00
  • 707df47c3f upgrade lance (#809) Will Jones 2024-01-11 13:28:10 -08:00
  • 6e97fada13 chore: remove black as dependency (#808) Lei Xu 2024-01-11 10:58:49 -08:00
  • 3f66be666d feat(node): align incoming data to table schema (#802) Chang She 2024-01-10 16:44:00 -08:00
  • eda4c587fc use requests instead of aiohttp for underlying http client (#803) Sebastian Law 2024-01-09 21:07:50 -08:00
  • 91d64d86e0 chore(python): add docstring for limit behavior (#800) Chang She 2024-01-09 20:20:13 -08:00
  • ff81c0d698 feat(python): add phrase query option for fts (#798) Chang She 2024-01-09 19:41:31 -08:00
  • fcfb4587bb feat(python): add count_rows with filter option (#801) Chang She 2024-01-09 19:33:03 -08:00
  • f43c06d9ce fix(rust): not sure why clippy is suddenly unhappy (#794) Chang She 2024-01-09 19:27:38 -08:00
  • ba01d274eb feat(python): support new style optional syntax (#793) Chang She 2024-01-09 07:03:29 -08:00
  • 615c469af2 chore(python): document phrase queries in fts (#788) Chang She 2024-01-08 21:49:31 -08:00
  • a649b3b1e4 feat(node): support table.schema for LocalTable (#789) Chang She 2024-01-08 21:12:48 -08:00
  • be76242884 chore: bump lance to 0.9.5 (#790) Lei Xu 2024-01-07 19:27:47 -08:00
  • f4994cb0ec feat(python): Set heap size to get faster fts indexing performance (#762) Chang She 2024-01-07 15:15:13 -08:00
  • 00b0c75710 raise exception if fts index does not exist (#776) lucasiscovici 2024-01-07 23:34:04 +01:00
  • 47299385fa Make examples work with current version of Openai api's (#779) sudhir 2024-01-08 06:27:56 +08:00
  • 9dea884a7f Minor Fixes to Ingest Embedding Functions Docs (#777) Chris 2024-01-07 14:27:40 -08:00
  • 85f8cf20aa Minor corrections for docs of embedding_functions (#780) Vladimir Varankin 2024-01-07 23:26:35 +01:00
  • 5e720b2776 small bug fix for example code in SaaS JS doc (#770) QianZhu 2024-01-04 14:30:34 -08:00
  • 30a8223944 chore(python): handle NaN input in fts ingestion (#763) Chang She 2024-01-04 11:45:12 -08:00
  • 5b1587d84a Add relevant imports for each step (#764) Bengsoon Chuah 2024-01-05 03:15:42 +08:00
  • 78bafb3007 SaaS JS API sdk doc (#740) QianZhu 2024-01-03 16:24:21 -08:00
  • 4417f7c5a7 feat(js): support list of string input (#755) Chang She 2024-01-02 20:55:33 -08:00
  • 577d6ea16e Updating package-lock.json Lance Release 2023-12-30 00:53:51 +00:00
  • 53d2ef5e81 Bump version: 0.4.1 → 0.4.2 Lance Release 2023-12-30 00:53:30 +00:00
  • e48ceb2ebd [python] Bump version: 0.4.2 → 0.4.3 Lance Release 2023-12-30 00:52:54 +00:00
  • 327692ccb1 chore: bump pylance to 0.9.2 (#754) Lei Xu 2023-12-29 16:39:45 -08:00
  • bc224a6a0b docs: fix link (#752) Xin Hao 2023-12-30 07:33:24 +08:00
  • 2dcb39f556 feat(python): first cut batch queries for remote api (#753) Chang She 2023-12-29 15:33:03 -08:00
  • 6bda6f2f2a [python] Bump version: 0.4.1 → 0.4.2 Lance Release 2023-12-29 00:19:21 +00:00
  • a3fafd6b54 chore(python): update embedding API to use openai 1.6.1 (#751) Chang She 2023-12-28 15:05:57 -08:00
  • dc8d6835c0 feat: add timezone handling for datetime in pydantic (#578) Chang She 2023-12-28 11:02:56 -08:00
  • f55d99cec5 feat(python): add post filtering for full text search (#739) Chang She 2023-12-27 09:31:04 -08:00
  • 3d8b2f5531 fix: createIndex index cache size (#741) Aidan 2023-12-27 12:25:13 -05:00
  • b71aa4117f feat(python): support list of list fields from pydantic schema (#747) Chang She 2023-12-27 09:10:09 -08:00
  • 55db26f59a Updating package-lock.json Lance Release 2023-12-26 17:21:51 +00:00
  • 7e42f58dec [python] Bump version: 0.4.0 → 0.4.1 Lance Release 2023-12-26 16:51:16 +00:00
  • 2790b19279 Bump version: 0.4.0 → 0.4.1 Lance Release 2023-12-26 16:51:09 +00:00
  • 4ba655d05e Update default_embedding_functions.md (#744) elliottRobinson 2023-12-26 05:54:22 -08:00
  • 986891db98 Updating package-lock.json Lance Release 2024-01-11 22:21:42 +00:00
  • 036bf02901 Updating package-lock.json Lance Release 2024-01-11 21:34:04 +00:00
  • 4e31f0cc7a Bump version: 0.4.2 → 0.4.3 v0.4.3 Lance Release 2024-01-11 21:33:55 +00:00
  • 0a16e29b93 [python] Bump version: 0.4.3 → 0.4.4 python-v0.4.4 Lance Release 2024-01-11 21:29:00 +00:00
  • cf7d7a19f5 upgrade lance (#809) Will Jones 2024-01-11 13:28:10 -08:00
  • fe2fb91a8b chore: remove black as dependency (#808) Lei Xu 2024-01-11 10:58:49 -08:00
  • 81af350d85 feat(node): align incoming data to table schema (#802) Chang She 2024-01-10 16:44:00 -08:00
  • 99adfe065a use requests instead of aiohttp for underlying http client (#803) Sebastian Law 2024-01-09 21:07:50 -08:00
  • 277406509e chore(python): add docstring for limit behavior (#800) Chang She 2024-01-09 20:20:13 -08:00
  • 63411b4d8b feat(python): add phrase query option for fts (#798) Chang She 2024-01-09 19:41:31 -08:00
  • 60f6dc6a64 chore: switch over to requtes for remote client rmeng/migrate-request rmeng 2024-01-09 22:31:05 -05:00
  • d998f80b04 feat(python): add count_rows with filter option (#801) Chang She 2024-01-09 19:33:03 -08:00
  • 629379a532 fix(rust): not sure why clippy is suddenly unhappy (#794) Chang She 2024-01-09 19:27:38 -08:00