Skip to content

Commit bf2ae08

Browse files
authored
Langflow and VectorShift tutorials: simplify prerequisites (#536)
1 parent 256682b commit bf2ae08

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

examplecode/tools/langflow.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@ in real time with a PDF document that is processed by Unstructured and has its p
1414
## Prerequisites
1515

1616
import AstraDBShared from '/snippets/general-shared-text/astradb.mdx';
17+
import GetStartedSimpleAPIOnly from '/snippets/general-shared-text/get-started-simple-api-only.mdx';
1718

1819
<AstraDBShared />
1920

2021
Also:
2122

2223
- [Sign up for an OpenAI account](https://platform.openai.com/signup), and [get your OpenAI API key](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key).
2324
- [Sign up for a free Langflow account](https://astra.datastax.com/signup?type=langflow).
24-
- [Get your Unstructured Partition Endpoint key](/api-reference/partition/overview).
25+
- Get your Unstructured account and Unstructured API key:
26+
27+
<GetStartedSimpleAPIOnly />
2528

2629
## Create and run the demonstration project
2730

examplecode/tools/vectorshift.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,17 @@ allowfullscreen
2424
></iframe>
2525

2626
import PineconeShared from '/snippets/general-shared-text/pinecone.mdx';
27+
import GetStartedSimpleUIAPI from '/snippets/general-shared-text/get-started-simple-ui-api.mdx';
2728

2829
<PineconeShared />
2930

3031
Also:
3132

3233
- [Sign up for an OpenAI account](https://platform.openai.com/signup), and [get your OpenAI API key](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key).
3334
- [Sign up for a VectorShift Starter account](https://app.vectorshift.ai/api/signup).
34-
- [Sign up for an Unstructured account through the For Developers page](/ui/quickstart).
35+
- Sign up for an Unstructured account:
36+
37+
<GetStartedSimpleUIAPI />
3538

3639
## Create and run the demonstration project
3740

0 commit comments

Comments
 (0)