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
When parsing CSV or XML files in the application, headers are not being considered, and only the values are processed. Additionally, data sources are either jumbled or truncated for each chat, resulting in incomplete data handling. This behavior prevents effective interaction with the full file content.
👟 Reproduction steps
Upload a CSV file with headers (e.g., "Country," "Demographic Pressures," etc.).
Parse the file using the application.
Interact with the data by asking questions referencing the headers.
Headers are not included.
Data rows are truncated or shuffled for each chat in logs (source), leading to incomplete or incorrect results.
👍 Expected behavior
Headers should be properly included and accessible.
All data rows should be retained or should be able to interact with all the data in case of large file.
👎 Actual Behavior with Screenshots
Headers are ignored.
Data rows are either jumbled or truncated, preventing access to the complete file content. The source file has more rows.
In the same chat, interactions were made, and below are the screenshots of the sources where the data appears truncated.
💻 Operating system
Windows
What browsers are you seeing the problem on?
Chrome
🤖 What development environment are you experiencing this bug on?
Docker
🔒 Did you set the correct environment variables in the right path? List the environment variable names (not values please!)
📃 Provide any additional context for the Bug.
No response
📖 Relevant log output
No response
👀 Have you spent some time to check if this bug has been raised before?
I checked and didn't find similar issue
🔗 Are you willing to submit PR?
None
🧑⚖️ Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
📜 Description
When parsing CSV or XML files in the application, headers are not being considered, and only the values are processed. Additionally, data sources are either jumbled or truncated for each chat, resulting in incomplete data handling. This behavior prevents effective interaction with the full file content.
👟 Reproduction steps
👍 Expected behavior
👎 Actual Behavior with Screenshots
In the same chat, interactions were made, and below are the screenshots of the sources where the data appears truncated.
💻 Operating system
Windows
What browsers are you seeing the problem on?
Chrome
🤖 What development environment are you experiencing this bug on?
Docker
🔒 Did you set the correct environment variables in the right path? List the environment variable names (not values please!)
📃 Provide any additional context for the Bug.
No response
📖 Relevant log output
No response
👀 Have you spent some time to check if this bug has been raised before?
🔗 Are you willing to submit PR?
None
🧑⚖️ Code of Conduct
The text was updated successfully, but these errors were encountered: