Skip to content

Commit f6dbbaf

Browse files
committed
update-file-upload-utility-link
1 parent b74e9ee commit f6dbbaf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/Tutorials/chat-with-files.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This example uses a local Langflow instance, and it asks the LLM to evaluate a s
7070
If you don't have a resume on hand, you can download [fake-resume.txt](/files/fake-resume.txt).
7171

7272
:::tip
73-
For help with constructing file upload requests in Python, JavaScript, and curl, see the [Langflow File Upload Utility](https://langflow-file-upload-examples.onrender.com).
73+
For help with constructing file upload requests in Python, JavaScript, and curl, see the [Langflow File Upload Utility](https://langflow-file-upload-examples.21cgwws14kdz.us-east.codeengine.appdomain.cloud/).
7474
:::
7575

7676
1. To construct the request, gather the following information:

docs/docs/Tutorials/chat-with-rag.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ In situations where many users load data or you need to load data programmatical
7373
To load data programmatically, use the `/v2/files/` and `/v1/run/$FLOW_ID` endpoints. The first endpoint loads a file to your Langflow server, and then returns an uploaded file path. The second endpoint runs the **Load Data Flow**, referencing the uploaded file path, to chunk, embed, and load the data into the vector store.
7474

7575
The following script demonstrates this process.
76-
For help with creating this script, use the [Langflow File Upload Utility](https://langflow-file-upload-examples.onrender.com/).
76+
For help with creating this script, use the [Langflow File Upload Utility](https://langflow-file-upload-examples.21cgwws14kdz.us-east.codeengine.appdomain.cloud/).
7777

7878
```js
7979
// Node 18+ example using global fetch, FormData, and Blob

0 commit comments

Comments
 (0)