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
27.47k stars 2.77k forks source link

[FEAT]: Any port for API access on Desktop? (for integration with Word Add-in) #2636

Closed GPTLocalhost closed 3 days ago

GPTLocalhost commented 5 days ago

What would you like to see?

Thank you for this great repo. Is there any port for API access on Desktop version? I have integrated the following with the Docker version with port 3001 (demo here), but I couldn't find the port for Desktop. Is it feasible? Thank you for any advice.

timothycarambat commented 3 days ago

Saw you got it figured out. Port on docker is whatever you set as the entrypoint port -p 3001:3001.

Typically 3001

GPTLocalhost commented 3 days ago

Thank you for your reply, but I mean the following "Desktop" version instead of "Docker" version.

https://anythingllm.com/desktop

Port 3001 works well for Docker but not Desktop. I wonder whether it is feasible.