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
In version 2.3.0, chunk data is being registered as null. This issue did not occur in versions prior to v2.3.0.
Steps to reproduce the behavior:
1.Use the application in version 2.3.0
・Execute a SQL query in Athena to retrieve chatbot conversation data.
・Verify the S3 bucket contents and observe that the chunk data is registered as null.
・Before v2.3.0: - d.newimage.MessageMap.S used_chunks:[{"content":~~~~~}] ・v2.3.0: - d.newimage.MessageMap.S used_chunks: null
Chunk data is really helpful for making chatbot answers better. I'd love to see the ability to register chunk data in v2.3.0.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐞Describe the bug
In version 2.3.0, chunk data is being registered as null. This issue did not occur in versions prior to v2.3.0.
🔄 To Reproduce
Steps to reproduce the behavior:
1.Use the application in version 2.3.0
📷 Screenshots
・Execute a SQL query in Athena to retrieve chatbot conversation data.
・Verify the S3 bucket contents and observe that the chunk data is registered as null.
・Before v2.3.0:
- d.newimage.MessageMap.S
used_chunks:[{"content":~~~~~}]
・v2.3.0:
- d.newimage.MessageMap.S
used_chunks: null
🔎 Logs for Chat Issues
🔎 Logs for Bot Creation/Update Issues
📝 Additional context
Chunk data is really helpful for making chatbot answers better. I'd love to see the ability to register chunk data in v2.3.0.
The text was updated successfully, but these errors were encountered: