fix(tests): update LLM bindings in E2E tests for document processors

This commit is contained in:
Anish Sarkar 2026-05-07 04:27:46 +05:30
parent 9dafd38e19
commit d81f5a1d2a
2 changed files with 4 additions and 2 deletions

View file

@ -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_gmail_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:
try: