Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
terapyon
/
nvdajp-book-qa
like
0
Paused
App
Files
Files
Community
15
Fetching metadata from the HF Docker repository...
6ab28e5
nvdajp-book-qa
/
config.py
terapyon
app init
6ab28e5
over 1 year ago
raw
Copy download link
history
blame
Safe
188 Bytes
import
os
def
get_db_config
():
url = os.environ[
"QDRANT_URL"
]
api_key = os.environ[
"QDRANT_API_KEY"
]
collection_name =
"nvdajp-book"
return
url, api_key, collection_name