Hi! I have GPTVectorStoreIndex.from_documents index and it works great. I want to add my database to that index and retrieve data from database on user query if needed. I use mysql DB. I can not find any working examples for mysql.
Yeah, I saw it, and it's not clear how to implement it, in that example I see it uses DB in memory, but in my case I want to use remote MySql DB connection