Skip to content
New issue

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

[BUG] Chunk Data Not Being Saved to S3 Bucket in v2.3.0 #751

Open
mixchazuke opened this issue Feb 27, 2025 · 0 comments
Open

[BUG] Chunk Data Not Being Saved to S3 Bucket in v2.3.0 #751

mixchazuke opened this issue Feb 27, 2025 · 0 comments

Comments

@mixchazuke
Copy link

🐞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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant