10/10 name makes me nostalgic for ChatScript's fact triples
Show HN: Mem0 – open-source Memory Layer for AI apps
51–60 of 73 posts
Re: Show HN: Mem0 – open-source Memory Layer for AI apps
#52Where do you process your data? Do you have a Europe region? Are you GDPR compliant? This is my main concern with most AI providers. They are based in the US, with unclear GDPR compliancy, making most of them a non-starter for me.
Re: Show HN: Mem0 – open-source Memory Layer for AI apps
#53Re: Show HN: Mem0 – open-source Memory Layer for AI apps
#54Re: Show HN: Mem0 – open-source Memory Layer for AI apps
#55Re: Show HN: Mem0 – open-source Memory Layer for AI apps
#56Re: Show HN: Mem0 – open-source Memory Layer for AI apps
#57Looks interesting but curious to know how is it different from using traditional databases or vector databases? Is that the graph element?
Thanks for your question! Vector databases are typically used for storing embeddings and are great for tasks like similarity search. However, they are generally read-only and don't natively support the concept of time or state transitions. Let's take an example of tracking state of a tasks from your todo list in a vector database: You might store the task's states like: Task 1 in backlog Task 1 in progress Task 1 in…
What??
Re: Show HN: Mem0 – open-source Memory Layer for AI apps
#58Earlier quoted context omitted.
There was even more before. Some has been removed completely.
If you turn on 'showdead' in your profile you can see all killed comments. (This is in the FAQ: https://news.ycombinator.com/newsfaq.html .) There's only one level of removal beyond that ("[deleted]") but we never do that as moderators. "[deleted]" always means either that the author deleted the post themselves or asked us to do it for them.
Re: Show HN: Mem0 – open-source Memory Layer for AI apps
#59Congrats on the launch. Adding a memory layer to LLMs is a real painpoint. I've been experimenting with mem0 and it solves a real problem that I failed to solve myself, and we're going to use it in production. One question that I've heard a few times now: will you support the open source version as a first class citizen for the long term? A lot of open source projects with a paid version follow a similar strategy. Th…
Re: Show HN: Mem0 – open-source Memory Layer for AI apps
#60I believe the answer is "no, you can only run the memory management code in Python, the javascript code is only a client SDK for interacting with the managed solution". In which case, no worries, still looks awesome!