Skip to content

Commit

Permalink
docs: add java module into directory structure (#3273)
Browse files Browse the repository at this point in the history
Co-authored-by: Will Jones <[email protected]>
  • Loading branch information
yanghua and wjones127 authored Dec 19, 2024
1 parent 70f246e commit 5cbb59d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,12 @@ rs = [dataset.to_table(nearest={"column": "vector", "k": 10, "q": q})

## Directory structure

| Directory | Description |
|--------------------|--------------------------|
| [rust](./rust) | Core Rust implementation |
| [python](./python) | Python bindings (pyo3) |
| [docs](./docs) | Documentation source |
| Directory | Description |
|--------------------|-------------------------------------------|
| [rust](./rust) | Core Rust implementation |
| [python](./python) | Python bindings (PyO3) |
| [java](./java) | Java bindings (JNI) and Spark integration |
| [docs](./docs) | Documentation source |

## What makes Lance different

Expand Down

0 comments on commit 5cbb59d

Please sign in to comment.