We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cb1b2 commit 4ba0426Copy full SHA for 4ba0426
gen-ai/orchestrator-server/src/main/python/tock-llm-indexing-tools/index_documents.py
@@ -87,7 +87,7 @@
87
from langchain_community.document_loaders.dataframe import DataFrameLoader
88
from langchain_core.documents import Document
89
90
-from indexing_details import IndexingDetails
+from models import IndexingDetails
91
92
# Define the size of the csv field -> Set to maximum to process large csvs
93
csv.field_size_limit(sys.maxsize)
0 commit comments