Api does not maintain saperate sessions and uses same context and chat history for different sessions #185
-
I tried using the fastapi server and found out that when I call api from two different hosts , the query engine considers call coming from a single source and uses the existing context to answer the prompt, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @draco121, Thank you for reporting this issue. We have implemented enhancements in the latest version of AutoLLM that address your concerns:
These updates are part of our ongoing efforts to improve the robustness and usability of autollm. Please update to the latest version to access these new features: pip install --upgrade autollm We appreciate your feedback and look forward to any further insights you may have. Best, |
Beta Was this translation helpful? Give feedback.
Hello @draco121,
Thank you for reporting this issue. We have implemented enhancements in the latest version of AutoLLM that address your concerns:
exist_ok
andoverwrite_existing
for explicit database write protection.These updates are part of our ongoing efforts to improve the robustness and usability of autollm.
Please update to the latest version to access these new features:
We appreciate your feedback and look forward to any further insights you may have.
Best,
Talha