Commit fc3c8d4
authored
feat: add a few lance examples in Rust (#3817)
* Add an example on how to write and read dataset
* Rewrite the Python llm_dataset_creation example in Rust
* Add an example on how to build hnsw index with Lance dataset
* It also fixes few typos and missing includes in the Python example
* Re-structure the example docs section
It's linked to the existing example
[section](https://lancedb.github.io/lancedb/examples/examples_rust/) and
restructured the example files.
<img width="745" alt="image"
src="https://github.com/user-attachments/assets/86ca2427-1734-4986-89fd-7a2b936005de"
/>1 parent 80e07d0 commit fc3c8d4
23 files changed
Lines changed: 1537 additions & 690 deletions
File tree
- .github/workflows
- docs/examples
- Python
- Rust
- python
- rust
- examples
- src
- lance-index/src/vector/ivf
- lance/examples
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments