Skip to content

Commit

Permalink
Add support for more input sources in DirectoryReader (#283)
Browse files Browse the repository at this point in the history
This adds support for listing TileDB groups

It also uses the same listing argument structure as the utilities used in VCF ingestion
  • Loading branch information
NikolaosPapailiou committed Mar 27, 2024
1 parent 7b5f96e commit d8f58b5
Show file tree
Hide file tree
Showing 3 changed files with 456 additions and 149 deletions.
4 changes: 1 addition & 3 deletions apis/python/examples/object_api/text_search_documents.ipynb
Expand Up @@ -80,9 +80,7 @@
"vfs.create_dir(index_uri)\n",
"\n",
"reader = DirectoryTextReader(\n",
" uri=documents_uri, \n",
" glob=\"**/[!.]*\",\n",
" config=config,\n",
" search_uri=documents_uri,\n",
" text_splitter=\"RecursiveCharacterTextSplitter\",\n",
" text_splitter_kwargs={\"chunk_size\":1000}\n",
" )\n",
Expand Down

0 comments on commit d8f58b5

Please sign in to comment.