Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shubhendu-ghosh
/
polydocs
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shubhendu-ghosh
commited on
Apr 17, 2025
Commit
5bffd2c
·
verified
·
1 Parent(s):
ab0ba8e
Create config.py
Browse files
Files changed (1)
hide
show
config.py
+6
-0
config.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import os
2
+
from dotenv import load_dotenv
3
+
4
+
load_dotenv()
5
+
6
+
PINECONE_API_KEY = os.getenv("PINECONE_API_KEY")