fixed find and replace issue

This commit is contained in:
Evan Lohn
2025-01-30 11:31:55 -08:00
parent f33a2ffb01
commit e191e514b9
4 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@ from onyx.context.search.enums import SearchType
from onyx.context.search.models import InferenceSection
from onyx.context.search.models import RetrievalDetails
from onyx.context.search.models import SearchRequest
from onyx.context.search.retrieve_orig_question_documents.search_runner import (
from onyx.context.search.retrieval.search_runner import (
inference_sections_from_ids,
)
from onyx.context.search.utils import chunks_or_sections_to_search_docs