Upload folder using huggingface_hub
Browse files
graph.py
CHANGED
|
@@ -171,7 +171,7 @@ async def fn_increment_index_node(state: SheamiState):
|
|
| 171 |
async def call_llm(report: HealthReport, ocr: bool):
|
| 172 |
llm_structured = llm.with_structured_output(StandardizedReport)
|
| 173 |
ocr_instructions = """
|
| 174 |
-
The input is pre-parsed structured text from an OCR engine (output.
|
| 175 |
- Each line corresponds to one recognized piece of text.
|
| 176 |
- Do NOT merge unrelated lines together.
|
| 177 |
- Use each line to reconstruct tests faithfully without skipping.
|
|
|
|
| 171 |
async def call_llm(report: HealthReport, ocr: bool):
|
| 172 |
llm_structured = llm.with_structured_output(StandardizedReport)
|
| 173 |
ocr_instructions = """
|
| 174 |
+
The input is pre-parsed structured text from an OCR engine (output.STRING).
|
| 175 |
- Each line corresponds to one recognized piece of text.
|
| 176 |
- Do NOT merge unrelated lines together.
|
| 177 |
- Use each line to reconstruct tests faithfully without skipping.
|