text-embeddings-inference icon indicating copy to clipboard operation
text-embeddings-inference copied to clipboard

Add optional CORS allow any option value in http server cli

Open kir-gadjello opened this issue 1 year ago • 0 comments

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.

kir-gadjello avatar May 05 '24 11:05 kir-gadjello