As Appwrite is implementing a new ML-oriented runtime, would it also make sense to integrate the open-source Milvus vector DB into Appwrite? Milvus is specifically used to store ML data, to provide long-term memory for LLM-s.
It seems like every 5 seconds a new database is recommended to be added to appwrite
I think it's not needed at all, unless having ML data that needs a lot of work into database
But in a future, yes, I don't discard It will be really useful
Hi, maybe create a feature request for this? As we plan on improving the ML - oriented runtime, we could definitely re-visit this! creating a feature request would ensure that this is not lost ❤️
Thanks for opening the feature request. I put here the GitHub link for in case someone is searching for it: https://github.com/appwrite/appwrite/issues/5438#issue-1686694520
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...