Skip to content

Commit 4ba0426

Browse files
committed
[DERCBOT-919] fix import
1 parent 76cb1b2 commit 4ba0426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen-ai/orchestrator-server/src/main/python/tock-llm-indexing-tools/index_documents.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
from langchain_community.document_loaders.dataframe import DataFrameLoader
8888
from langchain_core.documents import Document
8989

90-
from indexing_details import IndexingDetails
90+
from models import IndexingDetails
9191

9292
# Define the size of the csv field -> Set to maximum to process large csvs
9393
csv.field_size_limit(sys.maxsize)

0 commit comments

Comments
 (0)