[GH-ISSUE #2764] [BUG]: Rag Memory isn't working #1778

Closed
opened 2026-02-22 18:26:29 -05:00 by yindo · 1 comment
Owner

Originally created by @morbificagent on GitHub (Dec 4, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2764

How are you running AnythingLLM?

Docker (local)

What happened?

If I try to save something in rag memory I get this error message:

[backend] info: [AgentHandler] [debug]: @agent is attempting to call rag-memory tool
[backend] info: Adding new vectorized document into namespace asc
[backend] info: [RecursiveSplitter] Will split with {"chunkSize":8191,"chunkOverlap":20}
[backend] info: Chunks created from document: 1
[backend] error: addDocumentToNamespace The "path" argument must be of type string. Received null

It's the actual Docker version under Ubuntu and Weaviate as VectorDbProvider.

Are there known steps to reproduce?

No response

Originally created by @morbificagent on GitHub (Dec 4, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2764 ### How are you running AnythingLLM? Docker (local) ### What happened? If I try to save something in rag memory I get this error message: [backend] info: [AgentHandler] [debug]: @agent is attempting to call `rag-memory` tool [backend] info: Adding new vectorized document into namespace asc [backend] info: [RecursiveSplitter] Will split with {"chunkSize":8191,"chunkOverlap":20} [backend] info: Chunks created from document: 1 [backend] error: addDocumentToNamespace The "path" argument must be of type string. Received null It's the actual Docker version under Ubuntu and Weaviate as VectorDbProvider. ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:26:29 -05:00
yindo closed this issue 2026-02-22 18:26:29 -05:00
Author
Owner

@timothycarambat commented on GitHub (Dec 4, 2024):

Sounds like you are not running the container via the official command - which will lead to the path argument issue since the STORAGE_DIR env will be unset
https://docs.anythingllm.com/installation-docker/local-docker

@timothycarambat commented on GitHub (Dec 4, 2024): Sounds like you are not running the container via the official command - which will lead to the path argument issue since the STORAGE_DIR env will be unset https://docs.anythingllm.com/installation-docker/local-docker
yindo changed title from [BUG]: Rag Memory isn't working to [GH-ISSUE #2764] [BUG]: Rag Memory isn't working 2026-06-05 14:42:38 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1778