RAGGENIE: An open-source, low-code platform to build custom Retrieval-Augmented Generation (RAG) Copilets with your own data. Simplify AI development with ease!
We need to enhance RAGGENIE by adding support for MySQL as a data source plugin. This will enable users to connect and retrieve data from MySQL databases within the RAGGENIE platform.
Implement a MySQL plugin for data retrieval and integration.
• Ensure compatibility with existing RAGGENIE architecture for low-code RAG building.
• Provide configuration options for MySQL connection details (host, port, username, password, database).
For referance check the existing PostgreSQL plugin
We need to enhance RAGGENIE by adding support for MySQL as a data source plugin. This will enable users to connect and retrieve data from MySQL databases within the RAGGENIE platform.
Implement a MySQL plugin for data retrieval and integration. • Ensure compatibility with existing RAGGENIE architecture for low-code RAG building. • Provide configuration options for MySQL connection details (host, port, username, password, database).
For referance check the existing PostgreSQL plugin