diff --git a/docs/faq/faq-enterprise.mdx b/docs/faq/faq-enterprise.mdx index d3ae32c..8210edb 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