@kapa.ai I want to figure out the time it takes to embed a whole dataset and the time it takes to embed a single query and later on find the time it takes to embed a single query in a list of queries . How to do this
Hi Is it possible to calculate First for all the chunks in the document, call embedding model and calculate the embeddings, and store them in a dict / list Second for each query, calculate its embedding Third for each query do cosine sim with all the emebdding of the document and while doing all of that can we also calculate the embedding time for each query and the embedding time for the whole dataset