Skip to content

Commit 18011f7

Browse files
author
dphuang2
committed
done
1 parent 10cad4a commit 18011f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

blog/2024-11-18-llm-pmf/llm-pmf.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,10 @@ a specialized search problem**.
7272

7373
RFP responses combine two LLM strengths: extracting questions from lengthy,
7474
unstructured documents and searching internal knowledge bases for relevant
75-
answers. This makes the RFP response process essentially **a document extraction
76-
and search problem**.
75+
answers. Since extracting questions from RFPs is time-consuming but
76+
straightforward, LLMs can work in parallel to identify all requirements that
77+
need addressing. This makes the RFP response process essentially **a document
78+
extraction and search problem** that's perfect for automation.
7779

7880
## Conclusion
7981

0 commit comments

Comments
 (0)