From 5ae2a1f68357f94c1b26e3fb7b0ba35e34bc744f Mon Sep 17 00:00:00 2001 From: Aditya Deshpande <98452243+adityadeshpande09@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:00:06 +0530 Subject: [PATCH] Update exmaples/Parsing/README.md --- examples/Parsing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Parsing/README.md b/examples/Parsing/README.md index 6f5fcb90..3a0704e0 100644 --- a/examples/Parsing/README.md +++ b/examples/Parsing/README.md @@ -32,7 +32,7 @@ In this repository, we show several key features of parsing with llmware: - Parse directly into a Prompt - [**Parse in Prompt**](https://www.github.com/llmware-ai/llmware/tree/main/examples/Parsing/parse_into_prompt.py) -- Parse to JSON file - [**Parse to JSON**](https://www.github.com/llmware-ai/llmware/tree/main/examples/main/examples/Parsing/parse_to_json.py) +- Parse to JSON file - [**Parse to JSON**](https://github.com/llmware-ai/llmware/blob/6936ef404487a0fc88e2571648c7181bd7c07ad5/examples/Parsing/parse_to_json.py) **Other Content Types**