Fedir Kovalov
Fedir Kovalov
MemU needs an LLM, and an embeddings model to function properly. The error you have usually happens when your endpoint does not provide embeddings. To test if your endpoint supports...
I am having exactly the same issue here. I have created new conversations multiple times, and it still fails in every one of them.
I wish i could tacke the issue, but I can't understand what's the intent behind the code that causes the problem. (`memu/memory/actions/cluster_memories.py:280`) ```python new_clusters = {} for line in response.split("\n"):...