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
Currently the index is loaded into the memory at the fastAPI startup but I should verify the performance tradeoff between lazy loading the index into memory at the search time instead of loading it into memory at the startup.
Currently the index is loaded into the memory at the fastAPI startup but I should verify the performance tradeoff between lazy loading the index into memory at the search time instead of loading it into memory at the startup.