microsoft / simplechat

Interact with a generative AI model via a web-based chat interface. Supports RAG using inline for temp files and Azure AI Search for long term.
MIT License
1 stars 0 forks source link

Process Tabular Data #11

Open paullizer opened 20 hours ago

paullizer commented 20 hours ago

Simple Chat Application currently allows users to upload documents in various formats—such as PDFs, Word documents, and images—and processes them using Azure Document Intelligence for text extraction. However, the application lacks support for processing tabular data found in documents like spreadsheets or CSV files.

Adding support for tabular data would enable the AI to extract, understand, and utilize structured data from tables, enhancing the application's ability to provide more accurate and detailed responses during chats. This feature would be particularly beneficial for users who rely on data presented in tables for insights, reports, or decision-making processes.

Motivation

Tasks

Future?