CoolFace
Apppublic

opusdev/vector-similarity-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
README.md9 linesDownload Raw Back to core
1# axios // core2 3The modules found in `core/` should be modules that are specific to the domain logic of axios. These modules would most likely not make sense to be consumed outside of the axios module, as their logic is too specific. Some examples of core modules are:4 5- Dispatching requests6  - Requests sent via `adapters/` (see lib/adapters/README.md)7- Managing interceptors8- Handling config9