[GH-ISSUE #3058] [BUG]: Data Visualizations #1962

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

Originally created by @Abhay-2004 on GitHub (Jan 29, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3058

How are you running AnythingLLM?

Docker (remote machine)

What happened?

Generating Charts/plots (Ex- pie, bar, scatterplots) from the data uploaded in the project knowledge
unable to generate the charts. Response: "As an AI text-based assistant, I’m unable to create visual representations directly within this interface. "

Agent https://github.com/agent invoked.
Swapping over to agent chat. Type /exit to exit agent execution loop early.
Agent session complete.

Are there known steps to reproduce?

Image
Originally created by @Abhay-2004 on GitHub (Jan 29, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3058 ### How are you running AnythingLLM? Docker (remote machine) ### What happened? Generating Charts/plots (Ex- pie, bar, scatterplots) from the data uploaded in the project knowledge unable to generate the charts. Response: "As an AI text-based assistant, I’m unable to create visual representations directly within this interface. " Agent https://github.com/agent invoked. Swapping over to agent chat. Type /exit to exit agent execution loop early. Agent session complete. ### Are there known steps to reproduce? <img width="643" alt="Image" src="https://github.com/user-attachments/assets/7b07ca30-b9c9-49a7-8223-ca541c8131f7" />
yindo added the possible bug label 2026-02-22 18:27:26 -05:00
yindo closed this issue 2026-02-22 18:27:26 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jan 30, 2025):

Generating Charts/plots (Ex- pie, bar, scatterplots) from the data uploaded in the project knowledge

Is the chart agent skill activated? It is off by default.

Also, the fact the session opened and closed tells me this could be the case because of this:

Docker (remote machine)

  • You have docker running somewhere
  • You are running it behind a reverse proxy, like NGINX
  • You dont have a rule for enabling websockets, so the upgrade fails instantly as it is blocked by the NGINX middleware

Example: https://github.com/Mintplex-Labs/anything-llm/blob/master/cloud-deployments/aws/cloudformation/aws_https_instructions.md#step-7-create-simple-http-proxy-configuration-for-anythingllm

@timothycarambat commented on GitHub (Jan 30, 2025): > Generating Charts/plots (Ex- pie, bar, scatterplots) from the data uploaded in the project knowledge Is the chart agent skill activated? It is off by default. Also, the fact the session opened and closed tells me this could be the case because of this: > Docker (remote machine) - You have docker running somewhere - You are running it behind a reverse proxy, like NGINX - You dont have a rule for enabling websockets, so the upgrade fails instantly as it is blocked by the NGINX middleware Example: https://github.com/Mintplex-Labs/anything-llm/blob/master/cloud-deployments/aws/cloudformation/aws_https_instructions.md#step-7-create-simple-http-proxy-configuration-for-anythingllm
yindo changed title from [BUG]: Data Visualizations to [GH-ISSUE #3058] [BUG]: Data Visualizations 2026-06-05 14:43:41 -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#1962