Skip to content

Lalit439cs/Ques-Ans-sytem-on-Sheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Ques-Ans-system-on-Sheets

• Designed and built a question-answering system for unstructured spreadsheet data
• Developed a conversational agentic system using OpenAI-functions (GPT-3.5-Turbo) that reasons and acts based on either lookup-type questions or analytical questions
• Implemented RAG-based RetrievalQA chain for direct answers from unstructured XLSX sheets for lookup questions
• Preprocessed & extracted tables for analytical questions to avoid LLM hallucination problems, then utilized a computing agent that uses PythonAstREPLTool for accurate dataframe computations

Requirements

Execute the following to install all requirements:

pip install -r requirements.txt

Solution Script

Execute the following command to start Ques-Ans system on the sheet

python sheetQA.py /path/to/file.xlsx openai_key

About

question answering system that operates on Sheets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages