mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
refactor(backend): Update references from document summary LLM to agent LLM across multiple files
This commit is contained in:
parent
ddfe60c2f0
commit
e4d7b01b09
9 changed files with 10 additions and 12 deletions
|
|
@ -2,7 +2,7 @@
|
|||
Google Calendar connector indexer.
|
||||
|
||||
Uses the shared IndexingPipelineService for document deduplication,
|
||||
summarization, chunking, and embedding.
|
||||
chunking, and embedding.
|
||||
"""
|
||||
|
||||
from collections.abc import Awaitable, Callable
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
Google Gmail connector indexer.
|
||||
|
||||
Uses the shared IndexingPipelineService for document deduplication,
|
||||
summarization, chunking, and embedding.
|
||||
chunking, and embedding.
|
||||
"""
|
||||
|
||||
from collections.abc import Awaitable, Callable
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
Linear connector indexer.
|
||||
|
||||
Uses the shared IndexingPipelineService for document deduplication,
|
||||
summarization, chunking, and embedding with bounded parallel indexing.
|
||||
chunking, and embedding with bounded parallel indexing.
|
||||
"""
|
||||
|
||||
from collections.abc import Awaitable, Callable
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
Notion connector indexer.
|
||||
|
||||
Uses the shared IndexingPipelineService for document deduplication,
|
||||
summarization, chunking, and embedding with bounded parallel indexing.
|
||||
chunking, and embedding with bounded parallel indexing.
|
||||
"""
|
||||
|
||||
from collections.abc import Awaitable, Callable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue