get_documents_array_uri_from_group#
- langchain_community.vectorstores.tiledb.get_documents_array_uri_from_group(
- group: Any,
Get the URI of the documents array from group.
- Parameters:
group (Any) – TileDB group object.
- Returns:
URI of the documents array.
- Return type:
str