I would like to input a spreadsheet into the prompt and ask questions about it (eg summarize a column or entire spreadsheet, generate formula for one of the columns etc). Lets assume the spreadsheet is small enough to fit within context length limits. For a simple spreadsheet with just numbers, I can convert it to csv and pass that as input. But lets say the spreadsheet has formulas and we also want to generate formulas for the user?
What would be a good representation format for spreadsheets with formulas?
What if I want to use a much larger spreadsheet as input? Is there a way to use vector db like pine cone to accomplish the same tasks?
Correct… thats why I want it to generate formulas, not actually do the math. Also, many of the columns would be just text (eg imagine a work planning spreadsheet)
You may like to investigate LangChain that is an open source development to supplement and extend functionality of GPT. They have such extension as math and reading local files (CSV., etc.) add google search result, wikipedia.