You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the last cell of the VectorSearch_QuestionRetrieval.ipynb notebook, it runs %time which only times the current line(which is empty), should it instead run the %%time magic command to actually time the search, or is the performance result from that cell real?
The text was updated successfully, but these errors were encountered:
What is your question?
In the last cell of the VectorSearch_QuestionRetrieval.ipynb notebook, it runs %time which only times the current line(which is empty), should it instead run the %%time magic command to actually time the search, or is the performance result from that cell real?
The text was updated successfully, but these errors were encountered: