sirocco-ventures / raggenie

RAGGENIE: An open-source, low-code platform to build custom Retrieval-Augmented Generation (RAG) Copilets with your own data. Simplify AI development with ease!
https://www.raggenie.com
MIT License
138 stars 52 forks source link

Replace DELETE Method with POST to Resolve CORS Error #139

Open sajosam opened 2 weeks ago

sajosam commented 2 weeks ago

Description: An enhancement is needed to resolve a CORS error by replacing the DELETE method with a POST method for the relevant API.

Details:

The DELETE method causes CORS issues. Solution: Replace the DELETE method with POST to avoid the CORS error.