langchain_community.vectorstores.tiledb
.get_documents_array_uri_from_group¶
- langchain_community.vectorstores.tiledb.get_documents_array_uri_from_group(group: Any) str [source]¶
获取文档数组从组中的URI。
- 参数
group (Any) – TileDB组对象。
- 返回
文档数组URI。
- 返回类型
str