Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update docs from notion #2951

Merged
merged 2 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/Settings/settings-global-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ The default list of variables includes the ones below and more:
- VECTARA_CORPUS_ID
- VECTARA_API_KEY

<ReactPlayer controls url="https://prod-files-secure.s3.us-west-2.amazonaws.com/09f11537-5a5b-4f56-9e8d-de8ebcfae549/7030d3ff-3ecd-44db-8640-9c2295b4e3bc/langflow_global_variables.mp4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIAT73L2G45HZZMZUHI%2F20240724%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20240724T163322Z&X-Amz-Expires=3600&X-Amz-Signature=0c6c4dd0bbaf21f7d8eca90ffbfd03f5aa27a884ba4c59022bff28b34fe6059e&X-Amz-SignedHeaders=host&x-id=GetObject" />
<ReactPlayer controls url="https://youtu.be/RedPOCsYNAM" />

4 changes: 2 additions & 2 deletions docs/docs/Workspace/workspace-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The **Python Code** tab displays code to interact with your flow's `.json` f
The **Tweaks** tab displays the available parameters for your flow. Modifying the parameters changes the code parameters across all windows. For example, changing the **Chat Input** component's `input_value` will change that value across all API calls.


<ReactPlayer controls url="https://prod-files-secure.s3.us-west-2.amazonaws.com/09f11537-5a5b-4f56-9e8d-de8ebcfae549/a2d564bd-eaa1-4af8-93cb-2afe2afda621/langflow_api.mp4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIAT73L2G45HZZMZUHI%2F20240724%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20240724T163213Z&X-Amz-Expires=3600&X-Amz-Signature=c72c931340f115992231a5989ccab7d01197a45d95a347e98ad748416f4a782e&X-Amz-SignedHeaders=host&x-id=GetObject" />
<ReactPlayer controls url="https://youtu.be/ISGKvHzJG8o" />


## Chat Widget {#48f121a6cb3243979a341753da0c2700}
Expand Down Expand Up @@ -66,7 +66,7 @@ Clicking the Chat Widget HTML tab, you'll get the code to be inserted. Read belo
The Chat Widget can be embedded into any HTML page, inside a `<body>` tag, as demonstrated in the video below.


<ReactPlayer controls url="https://prod-files-secure.s3.us-west-2.amazonaws.com/09f11537-5a5b-4f56-9e8d-de8ebcfae549/01200476-f343-41e1-8be7-059250e0ce5e/langflow_widget.mp4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIAT73L2G45HZZMZUHI%2F20240724%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20240724T163213Z&X-Amz-Expires=3600&X-Amz-Signature=805f6cb3e6c4d867580e7ac8853e6dc760fda2960bb6b0fb05ad6c4ea4a65c57&X-Amz-SignedHeaders=host&x-id=GetObject" />
<ReactPlayer controls url="https://youtu.be/cVpNc-osfxQ" />


### Embed your flow with React {#fe5d3b1c42e74e4c84ebc9d1799b7665}
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/Workspace/workspace-playground.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Notice how the **Playground's** window arrangement changes depending on what com
You can also open a flow's **Playground** without entering its workspace. From **My Collections** or **Langflow Store**, click the **Playground** in one of the projects card.


<ReactPlayer controls url="https://prod-files-secure.s3.us-west-2.amazonaws.com/09f11537-5a5b-4f56-9e8d-de8ebcfae549/80ac6543-5548-4751-94fd-ddca60c23e62/langflow_playground.mp4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIAT73L2G45HZZMZUHI%2F20240724%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20240724T163212Z&X-Amz-Expires=3600&X-Amz-Signature=fe2d2f38ee8727e76a4975df5036ec5402e32e7e5c50aa1472fd74807dbf8dbc&X-Amz-SignedHeaders=host&x-id=GetObject" />
<ReactPlayer controls url="https://youtu.be/guaN0DOTxfo" />


## Memory Management {#821a5ee2a8a44d35b49943cba630511c}
Expand Down