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
- Seed db
hello there... is this correct way to seed appwrite
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...