pdf-doc-chat / constants.py
sahilnishad's picture
Create constants.py
9130917 verified
raw
history blame contribute delete
163 Bytes
from chromadb.config import Settings
CHROMA_SETTINGS = Settings(
chroma_db_impl="duckdb+parquet",
persist_directory="db",
anonymized_telemetry=False
)