tsterbak / promptmage

simplifies the process of creating and managing LLM workflows.
https://promptmage.io
MIT License
80 stars 6 forks source link

[Feat] NoSQL Backend #15

Closed LuciAkirami closed 1 month ago

LuciAkirami commented 1 month ago

It would be great if we could add support for a NoSQL Backend like MongoDB

tsterbak commented 1 month ago

Hm, what would be the usecase for this? All the data is pretty structured and relational, so no need to add a NoSQL database from my point of view. Also, the DB should optimally not be touched by users of promptmage.

LuciAkirami commented 1 month ago

Yah, you are right. Closing this for now, will be opening when I find the right usecase for now