text-embeddings-inference
text-embeddings-inference copied to clipboard
Add optional CORS allow any option value in http server cli
This PR adds option value '*' to --cors-allow-origin cli option to allow browser-based apps to use the embedding server directly. This is useful for local deployments of the embeddings inference server.