mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-02 02:29:08 +00:00
v0.0.4
This commit is contained in:
parent
b974e254b1
commit
085e2ac648
2 changed files with 1 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit c95d1b704f5a10220c388dcc3258f77f88fba2d4
|
Subproject commit d494ac732bfe8504f021323a6697cb861c34c14d
|
|
@ -71,7 +71,6 @@ async def upload_files(files: list[UploadFile], token: str = Depends(oauth2_sche
|
||||||
chunking_strategy="basic",
|
chunking_strategy="basic",
|
||||||
max_characters=90000,
|
max_characters=90000,
|
||||||
include_orig_elements=False,
|
include_orig_elements=False,
|
||||||
strategy="fast",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
filedocs = loader.load()
|
filedocs = loader.load()
|
||||||
|
|
Loading…
Add table
Reference in a new issue