We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316cdb2 commit 38dec52Copy full SHA for 38dec52
examples/flows/chat/chat-with-pdf/README.md
@@ -33,8 +33,9 @@ CHUNK_OVERLAP=0
33
Note: CHAT_MODEL_DEPLOYMENT_NAME should point to a chat model like gpt-3.5-turbo or gpt-4
34
35
```bash
36
-cat .env
37
pf connection create --file .env --name chat_with_pdf_custom_connection
+cat .env
38
+sleep 10
39
```
40
41
### Turn into a prompt flow with just 1 node [flow.dag.yaml](flow.dag.yaml)
0 commit comments