Skip to content

Commit 8271955

Browse files
chore: Updating logging
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent f0f64fd commit 8271955

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

module_4_rag/batch_score_documents.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ def score_data() -> None:
6969
print("...data exported. Job complete")
7070
else:
7171
print("Scored data found... skipping generating embeddings.")
72+
73+
print("preview of data:")
74+
print(df.head().T)
7275

7376

7477
if __name__ == "__main__":
Binary file not shown.

0 commit comments

Comments
 (0)