Chang She
|
afa7fe19e6
|
bump version for v0.1.1
v0.1.1
|
2023-04-26 16:55:25 -07:00 |
|
Chang She
|
66080d791b
|
Merge pull request #46 from lancedb/changhiskhan/improve-index-docs
|
2023-04-25 21:13:51 -07:00 |
|
Chang She
|
5554fddd54
|
Merge branch 'main' into changhiskhan/improve-index-docs
|
2023-04-25 21:04:01 -07:00 |
|
Chang She
|
f06ea935fe
|
Merge pull request #47 from lancedb/changhiskhan/expose-metric
Make distance metric configurable in LanceDB
|
2023-04-25 21:02:59 -07:00 |
|
Chang She
|
a8db7f56d2
|
tolerance
|
2023-04-25 20:08:18 -07:00 |
|
Chang She
|
7a375185a1
|
increment lance version to include cosine distance fix
|
2023-04-25 19:57:58 -07:00 |
|
Chang She
|
6592b4c13b
|
document metric in create_index
|
2023-04-24 22:46:21 -07:00 |
|
Chang She
|
72a44eb927
|
specify metric during index creation
|
2023-04-24 22:45:37 -07:00 |
|
Chang She
|
b0e578c609
|
add documentation for metric
|
2023-04-24 22:42:30 -07:00 |
|
Chang She
|
89e6232aeb
|
Make distance metric configurable during search
|
2023-04-24 22:40:40 -07:00 |
|
Chang She
|
44ea687984
|
Merge pull request #45 from lancedb/changhiskhan/notebook-fix
Minor notebook fix. Closes #40
|
2023-04-24 20:12:03 -07:00 |
|
Chang She
|
4f2dae8a0d
|
Add more detailed docs for the ANN index and search features
|
2023-04-24 19:19:55 -07:00 |
|
Chang She
|
5e748e6e70
|
Minor notebook fix. Closes #40
|
2023-04-24 18:46:05 -07:00 |
|
Chang She
|
177192f852
|
Merge pull request #37 from lancedb/gsilvestrin/ratelimit_3.11
skipping embeddings rate limit when python version > 3.10
|
2023-04-22 21:03:18 -07:00 |
|
Lei Xu
|
1fb596942f
|
Merge pull request #39 from wilhelmjung/patch-1
Update index.md
|
2023-04-22 20:32:36 -07:00 |
|
YangWeiliang_DeepNova@Deepexi
|
73d3cb78e6
|
Update index.md
Just a typo. Fixed.
|
2023-04-23 09:52:23 +08:00 |
|
gsilvestrin
|
a1583444ec
|
add ann_index to main doc page
|
2023-04-20 16:07:25 -07:00 |
|
gsilvestrin
|
78e4f4d1a8
|
add ann_index to main doc page
|
2023-04-20 13:19:10 -07:00 |
|
gsilvestrin
|
b92eb988b6
|
add ann_index to main doc page
|
2023-04-20 11:51:42 -07:00 |
|
gsilvestrin
|
0cd092814d
|
skipping rate limit when python version > 3.10
|
2023-04-20 10:28:14 -07:00 |
|
Jai
|
a6294925df
|
Update README.md
|
2023-04-20 10:22:03 -07:00 |
|
Chang She
|
342b726ed7
|
bump version for v0.1
v0.1
|
2023-04-19 23:26:46 -07:00 |
|
Chang She
|
159b175316
|
Merge pull request #34 from lancedb/changhiskhan/overwrite-table
Add mode to overwrite table if already exists
|
2023-04-19 21:11:56 -07:00 |
|
Chang She
|
7876156d54
|
Merge pull request #36 from lancedb/gsilvestrin/ann_docs
[DOC] ann indexes documentation
|
2023-04-19 21:11:26 -07:00 |
|
Chang She
|
d64e85e9d7
|
Merge pull request #35 from lancedb/changhiskhan/table-versioning
expose methods to work with versioning in tables
|
2023-04-19 21:09:32 -07:00 |
|
gsilvestrin
|
3e79b4d9cb
|
review comments
|
2023-04-19 20:33:23 -07:00 |
|
gsilvestrin
|
3eac75e61a
|
review comments
|
2023-04-19 20:23:18 -07:00 |
|
gsilvestrin
|
b19ce10184
|
review comments
|
2023-04-19 19:28:40 -07:00 |
|
gsilvestrin
|
ce34d055af
|
search docs
|
2023-04-19 19:26:27 -07:00 |
|
gsilvestrin
|
8bf4d169e2
|
wip ann indexes doc
|
2023-04-19 17:23:31 -07:00 |
|
gsilvestrin
|
4f7f33f7b7
|
wip ann indexes doc
|
2023-04-19 17:23:06 -07:00 |
|
gsilvestrin
|
32b21e1d20
|
wip ann indexes doc
|
2023-04-19 17:20:58 -07:00 |
|
Chang She
|
6062bfdb8f
|
fix docs link
|
2023-04-19 16:59:30 -07:00 |
|
Chang She
|
93a5c5c15c
|
Merge pull request #33 from lancedb/changhiskhan/doc-embedding-function
[DOC] embedding function documentation
|
2023-04-19 16:55:22 -07:00 |
|
Chang She
|
99310e099e
|
expose methods to work with versioning in tables
|
2023-04-19 16:48:06 -07:00 |
|
Chang She
|
85dda53779
|
review comments
|
2023-04-19 16:35:48 -07:00 |
|
Chang She
|
d7c5793803
|
Add mode to overwrite table if already exists
|
2023-04-19 16:22:11 -07:00 |
|
Chang She
|
08e67d04bb
|
[DOC] embedding function documentation
|
2023-04-19 15:54:32 -07:00 |
|
Lei Xu
|
ec197b1855
|
Merge pull request #31 from lancedb/lei/doc
[Doc] Pandas, Parrow, DuckDB integration
|
2023-04-19 14:55:42 -07:00 |
|
Lei Xu
|
23d4e3561f
|
add link to basic and indexing
|
2023-04-19 14:53:45 -07:00 |
|
Lei Xu
|
de6bfab124
|
comments
|
2023-04-19 14:42:43 -07:00 |
|
Chang She
|
d7fb2b1d6b
|
Merge pull request #32 from lancedb/changhiskhan/doc-basic-ops
[DOC] basic operations
|
2023-04-19 14:39:40 -07:00 |
|
Chang She
|
cdb534076f
|
[DOC] basic operations
|
2023-04-19 14:29:03 -07:00 |
|
Lei Xu
|
c38d80cab2
|
remove print
|
2023-04-19 14:26:07 -07:00 |
|
Lei Xu
|
45e02bb62b
|
no polars for now
|
2023-04-19 14:24:58 -07:00 |
|
Lei Xu
|
b3fdabdf45
|
use python and arrow
|
2023-04-19 14:15:18 -07:00 |
|
Chang She
|
1c3f9f1e3b
|
Merge pull request #26 from lancedb/changhiskhan/invalidate-dataset
invalidate cached dataset after create_index and add
|
2023-04-19 14:02:29 -07:00 |
|
Chang She
|
f0ea1d898b
|
invalidate cached dataset after create_index and add
|
2023-04-18 16:51:26 -07:00 |
|
Chang She
|
3ba7fa15a4
|
bump version for v0.0.4
v0.0.4
|
2023-04-18 09:20:53 -07:00 |
|
Chang She
|
370867836c
|
Merge pull request #25 from lancedb/gsilvestrin-patch-1
Update README.md
|
2023-04-18 09:19:40 -07:00 |
|