diff --git a/docs/src/python/python.md b/docs/src/python/python.md index a5ce089e..103099d8 100644 --- a/docs/src/python/python.md +++ b/docs/src/python/python.md @@ -30,6 +30,12 @@ is also an [asynchronous API client](#connections-asynchronous). ::: lancedb.table.Table +::: lancedb.table.FragmentStatistics + +::: lancedb.table.FragmentSummaryStats + +::: lancedb.table.Tags + ## Querying (Synchronous) ::: lancedb.query.Query @@ -58,6 +64,14 @@ is also an [asynchronous API client](#connections-asynchronous). ::: lancedb.embeddings.open_clip.OpenClipEmbeddings +## Remote configuration + +::: lancedb.remote.ClientConfig + +::: lancedb.remote.TimeoutConfig + +::: lancedb.remote.RetryConfig + ## Context ::: lancedb.context.contextualize @@ -115,6 +129,8 @@ Table hold your actual data as a collection of records / rows. ::: lancedb.table.AsyncTable +::: lancedb.table.AsyncTags + ## Indices (Asynchronous) Indices can be created on a table to speed up queries. This section @@ -136,6 +152,8 @@ lists the indices that LanceDb supports. ::: lancedb.index.IvfFlat +::: lancedb.table.IndexStatistics + ## Querying (Asynchronous) Queries allow you to return data from your database. Basic queries can be