mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-12 17:22:38 +02:00
fix(tests): update LLM bindings in E2E tests for document processors
This commit is contained in:
parent
9dafd38e19
commit
d81f5a1d2a
2 changed files with 4 additions and 2 deletions
|
|
@ -99,7 +99,8 @@ def _patch_llm_bindings() -> None:
|
||||||
"app.tasks.connector_indexers.google_drive_indexer.get_user_long_context_llm",
|
"app.tasks.connector_indexers.google_drive_indexer.get_user_long_context_llm",
|
||||||
"app.tasks.connector_indexers.google_gmail_indexer.get_user_long_context_llm",
|
"app.tasks.connector_indexers.google_gmail_indexer.get_user_long_context_llm",
|
||||||
"app.tasks.connector_indexers.local_folder_indexer.get_user_long_context_llm",
|
"app.tasks.connector_indexers.local_folder_indexer.get_user_long_context_llm",
|
||||||
"app.tasks.document_processors.file_processors.get_user_long_context_llm",
|
"app.tasks.document_processors._save.get_user_long_context_llm",
|
||||||
|
"app.tasks.document_processors.markdown_processor.get_user_long_context_llm",
|
||||||
]
|
]
|
||||||
for target in targets:
|
for target in targets:
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,8 @@ def _patch_llm_bindings() -> None:
|
||||||
"app.tasks.connector_indexers.google_drive_indexer.get_user_long_context_llm",
|
"app.tasks.connector_indexers.google_drive_indexer.get_user_long_context_llm",
|
||||||
"app.tasks.connector_indexers.google_gmail_indexer.get_user_long_context_llm",
|
"app.tasks.connector_indexers.google_gmail_indexer.get_user_long_context_llm",
|
||||||
"app.tasks.connector_indexers.local_folder_indexer.get_user_long_context_llm",
|
"app.tasks.connector_indexers.local_folder_indexer.get_user_long_context_llm",
|
||||||
"app.tasks.document_processors.file_processors.get_user_long_context_llm",
|
"app.tasks.document_processors._save.get_user_long_context_llm",
|
||||||
|
"app.tasks.document_processors.markdown_processor.get_user_long_context_llm",
|
||||||
]
|
]
|
||||||
for target in targets:
|
for target in targets:
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue