Progress bar to track how much time still require to complete the embeddings #15200
Replies: 2 comments
-
Even I am looking for the same solution |
Beta Was this translation helpful? Give feedback.
-
Direct solution: Embed each document separately and use it to track progress Alternative: Subclass and define your own implementation of |
Beta Was this translation helpful? Give feedback.
-
I'm using 'HuggingFaceBgeEmbeddings' for data embedding. Due to the large size of the documents, the embedding process is time-consuming. I'm interested in monitoring the progress to ensure it's actively creating embeddings rather than being stuck. Is there a method to check the ongoing status of the embedding process?
Beta Was this translation helpful? Give feedback.
All reactions