Skip to content

Commit

Permalink
chore: Updating logging
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <[email protected]>
  • Loading branch information
franciscojavierarceo committed Jan 7, 2025
1 parent f0f64fd commit 8271955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions module_4_rag/batch_score_documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ def score_data() -> None:
print("...data exported. Job complete")
else:
print("Scored data found... skipping generating embeddings.")

print("preview of data:")
print(df.head().T)


if __name__ == "__main__":
Expand Down
Binary file not shown.

0 comments on commit 8271955

Please sign in to comment.