Aidan
ee2034db23
feat: Node Schema API ( #717 )
2024-04-05 16:24:30 -07:00
Lance Release
1dac34d2fa
Updating package-lock.json
2024-04-05 16:24:30 -07:00
Lance Release
78b457f230
Updating package-lock.json
2024-04-05 16:24:30 -07:00
Lance Release
884ce655fe
Bump version: 0.3.11 → 0.4.0
2024-04-05 16:24:30 -07:00
Lance Release
acbcbe6496
[python] Bump version: 0.3.6 → 0.4.0
2024-04-05 16:24:30 -07:00
Lei Xu
1d79e9168e
chore: bump lance version to 0.9 ( #715 )
2024-04-05 16:24:30 -07:00
Lance Release
f46931228b
Updating package-lock.json
2024-04-05 16:24:30 -07:00
Lance Release
811e604077
[python] Bump version: 0.3.5 → 0.3.6
2024-04-05 16:24:30 -07:00
Lance Release
072be50cb3
Updating package-lock.json
2024-04-05 16:24:30 -07:00
Lance Release
aca1b43d5e
Bump version: 0.3.10 → 0.3.11
2024-04-05 16:24:30 -07:00
Bert
0b9c8ef88a
chore: fix package lock ( #711 )
2024-04-05 16:24:30 -07:00
Bert
eb62ddfb0c
implement update for remote clients ( #706 )
2024-04-05 16:24:30 -07:00
Rob Meng
32515ace74
feat: pass vector column name to remote backend ( #710 )
...
pass vector column name to remote as well.
`vector_column` is already part of `Query` just declearing it as part to
`remote.VectorQuery` as well
2024-04-05 16:24:30 -07:00
Rob Meng
82946f3623
feat: allow custom column name in query ( #709 )
2024-04-05 16:24:30 -07:00
Chang She
374a6f7e78
feat: support nested pydantic schema ( #707 )
2024-04-05 16:24:30 -07:00
Will Jones
e52f691420
ci: fix broken npm publication ( #704 )
...
Most recent release failed because `release` depends on `node-macos`,
but we renamed `node-macos` to `node-macos-{x86,arm64}`. This fixes that
by consolidating them back to a single `node-macos` job, which also has
the side effect of making the file shorter.
2024-04-05 16:24:30 -07:00
Lance Release
79aeb6bea6
Updating package-lock.json
2024-04-05 16:24:30 -07:00
Lance Release
7d70c9940c
Bump version: 0.3.9 → 0.3.10
2024-04-05 16:24:30 -07:00
Lance Release
fc32f98c34
[python] Bump version: 0.3.4 → 0.3.5
2024-04-05 16:24:30 -07:00
Will Jones
9356c3b86a
feat(python): add update query support for Python ( #654 )
...
Closes #69
Will not pass until https://github.com/lancedb/lance/pull/1585 is
released
2024-04-05 16:24:29 -07:00
Chang She
b02370cacd
feat: LocalTable for vectordb now supports filters without vector search ( #693 )
...
Note this currently the filter/where is only implemented for LocalTable
so that it requires an explicit cast to "enable" (see new unit test).
The alternative is to add it to the Table interface, but since it's not
available on RemoteTable this may cause some user experience issues.
2024-04-05 16:24:15 -07:00
Bert
e479acc1bd
Update in Node & Rust ( #696 )
...
Co-authored-by: Will Jones <willjones127@gmail.com >
2024-04-05 16:24:15 -07:00
Ayush Chaurasia
3413e79b0f
chore(python): Reduce posthog event count ( #661 )
...
- Register open_table as event
- Because we're dropping 'seach' event currently, changed the name to
'search_table' and introduced throttling
- Throttled events will be counted once per time batch so that the user
is registered but event count doesn't go up by a lot
2024-04-05 16:24:14 -07:00
Ayush Chaurasia
91ff324c70
docs: Update roboflow tutorial position ( #666 )
2024-04-05 16:23:49 -07:00
QianZhu
480a630e19
Qian/minor fix doc ( #695 )
2024-04-05 16:23:49 -07:00
Kaushal Kumar Choudhary
07e33c2b2d
docs: Add badges ( #694 )
...
adding some badges
added a gif to readme for the vectordb repo
---------
Co-authored-by: kaushal07wick <kaushalc6@gmail.com >
2024-04-05 16:23:49 -07:00
Chang She
fb1de97e83
chore: Use m1 runner for npm publish ( #687 )
...
We had some build issues with npm publish for cross-compiling arm64
macos on an x86 macos runner. Switching to m1 runner for now until
someone has time to deal with the feature flags.
follow-up tracked here: #688
2024-04-05 16:23:49 -07:00
QianZhu
bda0135cfc
saas python sdk doc ( #692 )
...
<img width="256" alt="Screenshot 2023-12-07 at 11 55 41 AM"
src="https://github.com/lancedb/lancedb/assets/1305083/259bf234-9b3b-4c5d-af45-c7f3fada2cc7 ">
2024-04-05 16:23:49 -07:00
Chang She
287d85a3aa
chore: update package lock ( #689 )
2024-04-05 16:23:49 -07:00
Chang She
7b92e796bb
chore: set error handling to immediate ( #686 )
...
there's build failure for the rust artifact but the macos arm64 build
for npm publish still passed. So we had a silent failure for 2 releases.
By setting error to immediate this should cause fail immediately.
2024-04-05 16:23:49 -07:00
Lance Release
608e502de6
Updating package-lock.json
2024-04-05 16:23:49 -07:00
Lance Release
328880f057
Updating package-lock.json
2024-04-05 16:23:49 -07:00
Lance Release
93ade53515
Bump version: 0.3.8 → 0.3.9
2024-04-05 16:23:49 -07:00
Rob Meng
d74e188f80
fix: fix passing prefilter flag to remote client ( #677 )
...
was passing this at the wrong position
2024-04-05 16:23:49 -07:00
Rob Meng
59c25574f0
feat: enable prefilter in node js ( #675 )
...
enable prefiltering in node js, both native and remote
2024-04-05 16:23:49 -07:00
Rob Meng
c1c3083b74
chore: expose prefilter in lancedb rust ( #674 )
...
expose prefilter flag in vectordb rust code.
2024-04-05 16:23:49 -07:00
James
a94a033553
(docs):Add CLIP image embedding example ( #660 )
...
In this PR, I add a guide that lets you use Roboflow Inference to
calculate CLIP embeddings for use in LanceDB. This post was reviewed by
@AyushExel.
2024-04-05 16:23:49 -07:00
Bert
bbf34ae7f4
fix: python remote correct open_table error message ( #659 )
2024-04-05 16:23:49 -07:00
Lance Release
57dda15f49
Updating package-lock.json
2024-04-05 16:23:49 -07:00
Lance Release
8f82e4897c
[python] Bump version: 0.3.3 → 0.3.4
2024-04-05 16:23:49 -07:00
Lance Release
8bd77d3c72
Updating package-lock.json
2024-04-05 16:23:49 -07:00
Lance Release
0273df4e04
Bump version: 0.3.7 → 0.3.8
2024-04-05 16:23:49 -07:00
Will Jones
6d76fe80b8
chore: upgrade lance to v0.8.17 ( #656 )
...
Readying for the next Lance release.
2024-04-05 16:23:49 -07:00
Rok Mihevc
78ab9068a8
feat(python): expose index cache size ( #655 )
...
This is to enable https://github.com/lancedb/lancedb/issues/641 .
Should be merged after https://github.com/lancedb/lance/pull/1587 is
released.
2024-04-05 16:23:49 -07:00
Ayush Chaurasia
088792c821
[Docs]: Add Instructor embeddings and rate limit handler docs ( #651 )
2024-04-05 16:23:49 -07:00
Ayush Chaurasia
955c2a751a
[Docs][SEO] Add sitemap and robots.txt ( #645 )
...
Sitemap improves SEO by ranking pages and tracking updates.
2024-04-05 16:23:49 -07:00
Aidan
775bee576c
SaaS create_index API ( #649 )
2024-04-05 16:23:49 -07:00
Lance Release
f59af4df76
Updating package-lock.json
2024-04-05 16:23:49 -07:00
Lance Release
15cc5227c4
Updating package-lock.json
2024-04-05 16:23:49 -07:00
Lance Release
c008faddfd
Bump version: 0.3.6 → 0.3.7
2024-04-05 16:23:49 -07:00