forked from transitive-bullshit/yt-semantic-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
28 lines (22 loc) · 1004 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ------------------------------------------------------------------------------
# This is an example .env file.
#
# All of these environment vars must be defined either in your environment or in
# a local .env file in order to run the demo for this project.
# ------------------------------------------------------------------------------
# -----------------------------------------------------------------------------
# OpenAI
# -----------------------------------------------------------------------------
OPENAI_API_KEY=
# -----------------------------------------------------------------------------
# YouTube
# -----------------------------------------------------------------------------
YOUTUBE_API_KEY=
YOUTUBE_PLAYLIST_ID=
GOOGLE_STORAGE_BUCKET=
# -----------------------------------------------------------------------------
# Pinecone Vector Search
# -----------------------------------------------------------------------------
PINECONE_API_KEY=
PINECONE_BASE_URL=
PINECONE_NAMESPACE=