Rok Mihevc
6d66404506
docs: switch python examples to be row based ( #554 )
2023-10-14 14:07:43 -07:00
Ayush Chaurasia
7dfb555fea
[DOCS][PYTHON] Update embeddings API docs & Example ( #516 )
...
This PR adds an overview of embeddings docs:
- 2 ways to vectorize your data using lancedb - explicit & implicit
- explicit - manually vectorize your data using `wit_embedding` function
- Implicit - automatically vectorize your data as it comes by ingesting
your embedding function details as table metadata
- Multi-modal example w/ disappearing embedding function
2023-10-14 07:56:07 +05:30
Chang She
e1ae2bcbd8
feat: add to_list and to_pandas api's ( #556 )
...
Add `to_list` to return query results as list of python dict (so we're
not too pandas-centric). Closes #555
Add `to_pandas` API and add deprecation warning on `to_df`. Closes #545
Co-authored-by: Chang She <chang@lancedb.com >
2023-10-11 12:18:55 -07:00
Josh Wein
88d8d7249e
Typo cleanup ( #539 )
2023-10-05 23:07:28 -04:00
Lei Xu
b315ea3978
[Python] Pydantic vector field with default value ( #474 )
...
Rename `lance.pydantic.vector` to `Vector` and deprecate `vector(dim)`
2023-09-08 22:35:31 -07:00
Ayush Chaurasia
cc916389a6
[DOCS] Major Docs Revamp ( #435 )
2023-08-22 14:06:26 -07:00
Ayush Chaurasia
15f4787cc8
[Docs]: Add badges, CTA and updates examples ( #358 )
...
<img width="1054" alt="Screenshot 2023-07-24 at 6 13 00 PM"
src="https://github.com/lancedb/lancedb/assets/15766192/a263a17e-66d0-4591-adc7-b520aa5b23f6 ">
Is this a problem? Are we using metadata to track usage or something?
2023-07-26 16:35:46 +05:30
lindt
ed5ff5a482
[docs] typo fix ( #352 )
...
Co-authored-by: Stefan Rohe <think@eduroam152-169.nbk.vse.cz >
2023-07-22 11:18:58 +02:00
Rob Meng
d1e8a97a2a
isort entire repo ( #200 )
2023-06-15 20:12:10 -04:00
Jai
a56b65db84
rename examples for slugs ( #159 )
2023-06-07 16:44:54 -07:00
Chang She
bfa90b35ee
add code snippet for each example ( #141 )
...
<img width="1937" alt="image"
src="https://github.com/lancedb/lancedb/assets/759245/4ee52e4a-5955-47c2-9ffe-84d1bc0062ff ">
---------
Co-authored-by: Chang She <chang@lancedb.com >
2023-06-02 21:27:02 -07:00
Jai
daedf1396b
update references to end to end examples, use s3 for langchain exampl… ( #133 )
2023-06-02 16:08:56 -07:00
Jai
8af5f19cc1
js docs, modal example, doc notebook integration, update doc styles ( #131 )
2023-06-02 15:24:16 -07:00