mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
merge upstream/dev into improve-ux-connectors
Resolve 3 conflicts: - connector-popup.tsx: keep Picker modal coordination (pickerOpen state) - google-drive-config.tsx: keep Google Picker, discard upstream folder tree - composio-drive-config.tsx: accept upstream collapsible folder tree UX
This commit is contained in:
commit
89ed845dcd
108 changed files with 2264 additions and 1799 deletions
|
|
@ -328,6 +328,7 @@ class Config:
|
|||
EMBEDDING_MODEL,
|
||||
**embedding_kwargs,
|
||||
)
|
||||
is_local_embedding_model = "://" not in (EMBEDDING_MODEL or "")
|
||||
chunker_instance = RecursiveChunker(
|
||||
chunk_size=getattr(embedding_model_instance, "max_seq_length", 512)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue