Spaces:
Runtime error
Runtime error
Commit
·
8ed3bcb
1
Parent(s):
3432c0b
Update app.py
Browse files
app.py
CHANGED
@@ -9,9 +9,6 @@ import pinecone
|
|
9 |
from langchain.vectorstores import Pinecone
|
10 |
from langchain.embeddings.openai import OpenAIEmbeddings
|
11 |
|
12 |
-
from dotenv import load_dotenv
|
13 |
-
|
14 |
-
load_dotenv()
|
15 |
|
16 |
PINECONE_API_KEY = os.getenv("PINECONE_API_KEY")
|
17 |
PINECONE_API_ENV = os.getenv("PINECONE_API_ENV")
|
|
|
9 |
from langchain.vectorstores import Pinecone
|
10 |
from langchain.embeddings.openai import OpenAIEmbeddings
|
11 |
|
|
|
|
|
|
|
12 |
|
13 |
PINECONE_API_KEY = os.getenv("PINECONE_API_KEY")
|
14 |
PINECONE_API_ENV = os.getenv("PINECONE_API_ENV")
|