Mintplex-Labs / anything-llm

The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, and more.
https://anythingllm.com
MIT License
26.53k stars 2.65k forks source link

[BUG]: desktop v1.4.4 /v1/workspace/{slug}/update-embeddings dosen't work #1156

Closed themoneyevo closed 6 months ago

themoneyevo commented 6 months ago

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

{
  "workspace": null
}

I can use /v1/workspace/llama3 to get the workspace infomation correctly.

Are there known steps to reproduce?

No response

timothycarambat commented 6 months ago

Good catch, patched and will be in next desktop version.