mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-21 00:35:23 -04:00
c8b70e1c6a
Apart from being unnecessary, postgresql is run on its default port, which means that the langchain-server will fail to start if there is already a postgresql server running on the host. This is obviously less than ideal. (Yeah, I don't understand why "expose" is the syntax that does not expose the ports to the host...) Tested by running langchain-server and trying out debugging on a host that already has postgresql bound to the port 5432. Co-authored-by: Sami Liedes <sami.liedes@rocket-science.ch>