We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using a chatbot with a dictionary set to large chunks (e.g., 4096) , an error occurs after asking questions two or more times.
Steps to reproduce the behavior:
Chatbot Setting
・Confirmed conditions: Reproduced with hierarchical chunks Parent Chunksize=4096, Child Chunksize=256 - Error occurs mostly on second query Parent Chunksize=2048, Child Chunksize=256 - Error occurs mostly on third query Parent Chunksize=1500, Child Chunksize=300 - Error occurs after fourth query With fixed chunks Parent Chunksize=4096 Error occurs mostly on second query Parent Chunksize=2048 Error occurs mostly on third query
・Similar to #637, this error occurs even when the Harmful Categories threshold is set to 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When using a chatbot with a dictionary set to large chunks (e.g., 4096) , an error occurs after asking questions two or more times.
To Reproduce
Steps to reproduce the behavior:
large chunks (e.g., 4096) & Contextual Grounding threshold is set to 0
Screenshots
Chatbot Setting
Additional context
・Confirmed conditions:
Reproduced with hierarchical chunks
Parent Chunksize=4096, Child Chunksize=256 - Error occurs mostly on second query
Parent Chunksize=2048, Child Chunksize=256 - Error occurs mostly on third query
Parent Chunksize=1500, Child Chunksize=300 - Error occurs after fourth query
With fixed chunks
Parent Chunksize=4096 Error occurs mostly on second query
Parent Chunksize=2048 Error occurs mostly on third query
・Similar to #637, this error occurs even when the Harmful Categories threshold is set to 0
The text was updated successfully, but these errors were encountered: