I use /v1/document/upload api to upload a file. I can see it successful both from the front view and the /v1/documents api.
But, use /v1/workspace/llama3/update-embeddings it return
{
"workspace": null
}
I can use /v1/workspace/llama3 to get the workspace infomation correctly.
How are you running AnythingLLM?
Docker (local)
What happened?
I use /v1/document/upload api to upload a file. I can see it successful both from the front view and the /v1/documents api. But, use /v1/workspace/llama3/update-embeddings it return
I can use /v1/workspace/llama3 to get the workspace infomation correctly.
Are there known steps to reproduce?
No response