Created
February 19, 2025 22:06
-
-
Save davidmezzetti/1caabef472aeda118cccb0701a73ad35 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from txtai import Embeddings | |
# Start the indexing run | |
embeddings = Embeddings(content=True) | |
embeddings.index(stream(), checkpoint="checkpoint dir") | |
# Elapsed time β³ then β‘π₯π₯ | |
# error, power outage, random failure | |
# Fix the issue π§βπ§βοΈ | |
# Pick back up where you left off! | |
embeddings.index(stream(), checkpoint="checkpoint dir") | |
# π Make it to Happy Hour πΊπ·π₯ on time! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment