This gives some progress indication for the embeddings generation.
Unfortunately, without modifying the chromem-go code for this, we cannot get the "progress": "1/3" style output here, so maybe in Otto we can just do a counter based on the "status": "starting" with "num_documents": 3 being the total number of times it should appear.
This gives some progress indication for the embeddings generation. Unfortunately, without modifying the chromem-go code for this, we cannot get the
"progress": "1/3"
style output here, so maybe in Otto we can just do a counter based on the"status": "starting"
with"num_documents": 3
being the total number of times it should appear.