Cirroe
Cirroe
I see the problems with your Mem0 implementation. Let me address each issue and provide solutions: 1. Memory Not Working: The empty memory template issue appears to be a bug...
Hey there! I understand you're trying to process historical data with watermarks, but nothing is showing up in the output topic. This is actually a common issue when dealing with...
Hi! I understand the issue you're experiencing with the `prismaExtension`'s version detection. This appears to be a known limitation in how the extension currently works with Prisma dependencies. Here's how...
Hi there! I understand you're having trouble deploying using Github Actions with trigger.dev in your Turborepo setup. Let me help you resolve this issue. Looking at the error and the...
Hi there! I can help explain why this delay exists and what we can do about it. Looking at your service file, that 17-second sleep delay is actually a legacy...
I see what's happening here. The installation is failing because of two main issues: 1. The dependency check is detecting existing JupyterLab extensions that might conflict with the installation 2....
Hi Lukas, I understand you're having issues with node-level ACL rules not working as expected. Let me help you troubleshoot this. First, let's verify a few things to ensure proper...
Hi there! I understand you're running into an issue with the React cache function in your Trigger.dev task. Let me help you resolve this. The error you're seeing is because...
Here's a modified approach to resolve the threading issue: ```python from memgpt.memory import Memory config = { "vector_store": { "provider": "qdrant", "config": { "collection_name": "test_10", "path": "./qdrant_storage", "on_disk": True, "embedding_model_dims":...
I can see that you're encountering an issue when trying to use Mixtral 8x22B with mem0's graph memory component. The error occurs because the graph memory component expects a specific...