Skip to content

Commit

Permalink
Set all_files option to default to False
Browse files Browse the repository at this point in the history
  • Loading branch information
srdas committed Jul 5, 2024
1 parent 64c4258 commit d10c656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/jupyter_ai/chat_handlers/learn.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def _build_list_response(self):
return message

async def learn_dir(
self, path: str, chunk_size: int, chunk_overlap: int, all_files: bool
self, path: str, chunk_size: int, chunk_overlap: int, all_files: bool=False
):
dask_client: DaskClient = await self.dask_client_future
splitter_kwargs = {"chunk_size": chunk_size, "chunk_overlap": chunk_overlap}
Expand Down

0 comments on commit d10c656

Please sign in to comment.