To support chat-like langchain applications we need state.
Fast API sessions don't seem very straightforward, so websockets may be the way to go: https://fastapi.tiangolo.com/advanced/websockets/
See also https://github.com/hwchase17/chat-langchain for a reference on how it could be done.
To support chat-like langchain applications we need state.
Fast API sessions don't seem very straightforward, so websockets may be the way to go: https://fastapi.tiangolo.com/advanced/websockets/
See also https://github.com/hwchase17/chat-langchain for a reference on how it could be done.