Skip to content

Commit 94be190

Browse files
committed
Updated README.md
added suggestions based on PR comments/review.
1 parent b20689d commit 94be190

File tree

1 file changed

+15
-0
lines changed
  • supporting-blog-content/alternative-approach-for-parsing-pdfs-in-rag

1 file changed

+15
-0
lines changed

supporting-blog-content/alternative-approach-for-parsing-pdfs-in-rag/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@
1212

1313
### Prerequisites
1414
- Python 3.x
15+
- Output Directory
16+
- Example
17+
- `/tmp`
18+
- Parsed output file name
19+
- Example
20+
- `parsed_file.txt`
21+
- Azure Account
22+
- OpenAI deployment
23+
- Key
24+
- Example
25+
- a330xxxxxxxde9xxxxxx
26+
- Completions endpoint such as GPT-4o
27+
- Example
28+
- https://exampledeploy.openai.azure.com/openai/deployments/gpt-35-turbo-16k/chat/completions?api-version=2024-08-01-preview
29+
- For more information on getting started with Azure OpenAI, check out the official [Azure OpenAI ChatGPT Quickstart](https://learn.microsoft.com/en-us/azure/ai-services/openai/chatgpt-quickstart?tabs=command-line%2Ctypescript%2Cpython-new&pivots=programming-language-studio).
1530

1631

1732
## Example Use Case

0 commit comments

Comments
 (0)