You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The program currently supports a single, global, state. When multiple users use the program simultaneously their conversations interfere with each other.
Gradio supports statefulness, but we'll need to figure out how we want to implement/refactor the pdf docstore in the filesystem. It'll take some investigation whether we can use gradio to generate and maintain session IDs or just generate UIDs for each session.
The text was updated successfully, but these errors were encountered:
The program currently supports a single, global, state. When multiple users use the program simultaneously their conversations interfere with each other.
Gradio supports statefulness, but we'll need to figure out how we want to implement/refactor the pdf docstore in the filesystem. It'll take some investigation whether we can use gradio to generate and maintain session IDs or just generate UIDs for each session.
The text was updated successfully, but these errors were encountered: