[GH-ISSUE #3482] [BUG]: Issue with Chroma API in Docker - Vector Count Stays Zero and Errors on API Calls #2248

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

Originally created by @ismailakincom on GitHub (Mar 17, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3482

How are you running AnythingLLM?

Docker (local)

What happened?

http://localhost:8000/api/v2
http://localhost:8000

I installed Chroma using Docker, and it seems to be running at http://localhost:8000. However, when I try to use the v1 API endpoint (/api/v1/collections), I get the following error:

{"error":"InvalidArgumentError","message":"cannot unpack non-iterable coroutine object"}
Additionally, when I add documents, the vector count remains zero.
Vektör veritabanı tanımlayıcısı

Image Image Image

chroma
Vektör Sayısı
0

After some research, I found that I should be using the v2 API (http://localhost:8000/api/v2), but when I try to make requests to v2, I still encounter errors.

Interestingly, when I switch to LanceDB, everything works fine, so this issue seems specific to Chroma.

How can I resolve this issue with Chroma?

Thanks!

Are there known steps to reproduce?

No response

Originally created by @ismailakincom on GitHub (Mar 17, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3482 ### How are you running AnythingLLM? Docker (local) ### What happened? http://localhost:8000/api/v2 http://localhost:8000 I installed Chroma using Docker, and it seems to be running at http://localhost:8000. However, when I try to use the v1 API endpoint (/api/v1/collections), I get the following error: {"error":"InvalidArgumentError","message":"cannot unpack non-iterable coroutine object"} Additionally, when I add documents, the vector count remains zero. Vektör veritabanı tanımlayıcısı <img width="1029" alt="Image" src="https://github.com/user-attachments/assets/71d4d9d5-f67d-4479-bd65-30e83746a026" /> <img width="932" alt="Image" src="https://github.com/user-attachments/assets/0adf9e81-47a7-4943-8816-9c36fb73ebfb" /> <img width="949" alt="Image" src="https://github.com/user-attachments/assets/e8a2d689-d441-4acd-aa08-234b345a0674" /> chroma Vektör Sayısı 0 After some research, I found that I should be using the v2 API (http://localhost:8000/api/v2), but when I try to make requests to v2, I still encounter errors. Interestingly, when I switch to LanceDB, everything works fine, so this issue seems specific to Chroma. How can I resolve this issue with Chroma? Thanks! ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:28:50 -05:00
yindo closed this issue 2026-02-22 18:28:50 -05:00
Author
Owner

@timothycarambat commented on GitHub (Mar 17, 2025):

Will be solved by #3458
connect https://github.com/Mintplex-Labs/anything-llm/issues/2536

@timothycarambat commented on GitHub (Mar 17, 2025): Will be solved by #3458 connect https://github.com/Mintplex-Labs/anything-llm/issues/2536
yindo changed title from [BUG]: Issue with Chroma API in Docker - Vector Count Stays Zero and Errors on API Calls to [GH-ISSUE #3482] [BUG]: Issue with Chroma API in Docker - Vector Count Stays Zero and Errors on API Calls 2026-06-05 14:45:26 -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#2248