Skip to content

Commit

Permalink
add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
conradocloudera committed Nov 22, 2024
1 parent 81e7e04 commit 990008f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llm-service/app/ai/indexing/readers/csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def load_chunks(self, file_path: Path) -> List[TextNode]:
row.metadata["document_id"] = document.metadata["document_id"]
row.metadata["data_source_id"] = document.metadata["data_source_id"]
row.metadata["chunk_number"] = i
row.metadata["row_number"] = i + 1

converted_rows: List[TextNode] = []
for row in rows:
Expand Down

0 comments on commit 990008f

Please sign in to comment.