qdrant/qdrant-web-ui

Is axios necessary?

Rendez opened this issue · 1 comments

Rendez commented

We have the one file issuing requests other than the API itself

, what's the benefit of using axios and thus loading more KBs on user's browsers when the same could be done with window.fetch()?

Axios has much more functionalities and it is scalable.