Documentation Using Files in Formulas
Using Files in Formulas
You can reference uploaded files in Melder formulas the same way you reference text fields. This allows you to analyze documents, extract information, and generate insights from your files.
Using GEN with Files
The simplest way to use files is with the =M.GEN
formula:
=M.GEN("Give me a resume summary of the candidate: ", A2)
Using EXTRACT with Files
For targeted information extraction, use the =M.EXTRACT
formula:
=M.EXTRACT(A2, "Candidate name")
How It Works
When you reference a file in a formula:
- Melder automatically processes the file content
- Makes it available to the AI model
- Generates responses based on the file's content
- Creates citations for information used