diff --git a/README.md b/README.md index aed61800ac..e8c8e89764 100644 --- a/README.md +++ b/README.md @@ -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