Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Ellbendls
/
ChatPDFv2
like
0
Sleeping
App
Files
Files
Community
main
ChatPDFv2
/
constants.py
Ellbendls
Upload 3 files
fad0e0e
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
210 Bytes
import
os
from
chromadb.config
import
Settings
#Define the chroma settings
CHROMA_SETTINGS = Settings(
chroma_db_impl =
'duckdb+parquet'
,
persist_directory =
"db"
,
anonymized_telemetry =
False
)