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
137 stars 52 forks source link

Fix CORS Error by Replacing DELETE with POST #140

Open sajosam opened 1 week ago

sajosam commented 1 week ago

This PR resolves a CORS error by replacing the DELETE method with a POST method for the affected API endpoint. This change helps avoid CORS-related issues.