From dcf437f43f2741e46fee1d721725c87f499890c7 Mon Sep 17 00:00:00 2001 From: Nick Tchayka Date: Mon, 24 Jul 2023 18:33:53 +0100 Subject: [PATCH] Mention PineCone and openai --- website/docs/02_getting_started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/02_getting_started.md b/website/docs/02_getting_started.md index b50960a8..c4c84242 100644 --- a/website/docs/02_getting_started.md +++ b/website/docs/02_getting_started.md @@ -80,6 +80,9 @@ and `PineconeVectorStore`, which are two key components required by `SemanticSea You can initialize these components in their own function, so you can do stuff like loading the tokens from your environment variables. +You can follow both the [PineCone quickstart guide](https://docs.pinecone.io/docs/quickstart) as well +as the [OpenAI API keys guide](https://platform.openai.com/docs/guides/production-best-practices/api-keys) to get the required tokens. + ```kotlin import com.aallam.openai.client.OpenAI import com.theagilemonkeys.ellmental.embeddingsmodel.openai.OpenAIEmbeddingsModel