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
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...