From 9cd9c031c9aed7e1f809b4e61d1b5e2f55d99b71 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 20:07:02 +0000 Subject: [PATCH] docs: remove Other subsection from Enterprise FAQ --- docs/faq/faq-enterprise.mdx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/faq/faq-enterprise.mdx b/docs/faq/faq-enterprise.mdx index d3ae32c4..8210edb7 100644 --- a/docs/faq/faq-enterprise.mdx +++ b/docs/faq/faq-enterprise.mdx @@ -88,14 +88,4 @@ Please contact the LanceDB team for the comprehensive list of monitoring metrics #### How do I integrate LanceDB's monitoring metrics with my monitoring dashboard? LanceDB uses Prometheus for metrics collection and OpenTelemetry (OTel) to export such metrics with data enrichment. The LanceDB team will work with you to integrate the -monitoring metrics with your preferred dashboard. - -### Other - -#### How do I check the Lance version of my dataset? -Upgrade to a recent pylance version (v0.18.0+), then use _LanceDataset.data_storage_version_ - -```py ->>> lance.dataset("my_dataset").data_storage_version -'2.0' -``` \ No newline at end of file +monitoring metrics with your preferred dashboard. \ No newline at end of file