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 when you create a collection locally, indexing is triggered automatically by frontend and it runs in the same process. As a result, collection creation blocks all other API calls
Hence we would want indexing to start as a separate background process that does not block the collection creation.
Starting point is:
ingest api in backend/server/routers/collection.py and trace back the necessary files from there.
The text was updated successfully, but these errors were encountered:
Currently when you create a collection locally, indexing is triggered automatically by frontend and it runs in the same process. As a result, collection creation blocks all other API calls
Hence we would want indexing to start as a separate background process that does not block the collection creation.
Starting point is:
backend/server/routers/collection.py
and trace back the necessary files from there.The text was updated successfully, but these errors were encountered: