From 5cbb59d9da0bf8b890378beffe9ce008c329906c Mon Sep 17 00:00:00 2001 From: vinoyang Date: Fri, 20 Dec 2024 04:36:43 +0800 Subject: [PATCH] docs: add java module into directory structure (#3273) Co-authored-by: Will Jones --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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