[Python] Schema to JSON (#272)

This commit is contained in:
Lei Xu
2023-07-10 18:11:24 -07:00
committed by GitHub
parent 9ef846929b
commit 9f603f73a9
4 changed files with 351 additions and 0 deletions

View File

@@ -43,3 +43,10 @@ pip install lancedb
::: lancedb.fts.populate_index
::: lancedb.fts.search_index
## Utilities
::: lancedb.schema.schema_to_dict
::: lancedb.schema.dict_to_schema
::: lancedb.vector