Skip to content

Commit d8f58b5

Browse files
Add support for more input sources in DirectoryReader (#283)
This adds support for listing TileDB groups It also uses the same listing argument structure as the utilities used in VCF ingestion
1 parent 7b5f96e commit d8f58b5

File tree

3 files changed

+456
-149
lines changed

3 files changed

+456
-149
lines changed

apis/python/examples/object_api/text_search_documents.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@
8080
"vfs.create_dir(index_uri)\n",
8181
"\n",
8282
"reader = DirectoryTextReader(\n",
83-
" uri=documents_uri, \n",
84-
" glob=\"**/[!.]*\",\n",
85-
" config=config,\n",
83+
" search_uri=documents_uri,\n",
8684
" text_splitter=\"RecursiveCharacterTextSplitter\",\n",
8785
" text_splitter_kwargs={\"chunk_size\":1000}\n",
8886
" )\n",

0 commit comments

Comments
 (0)