Skip to content

Commit

Permalink
Mention PineCone and openai
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSeagull committed Jul 24, 2023
1 parent d6aab07 commit dcf437f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docs/02_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcf437f

Please sign in to comment.