chatdoc / constants.py
Nikhil0987's picture
Upload constants.py
6ebf8cf verified
raw
history blame contribute delete
202 Bytes
import os
import chromadb
from chromadb.config import Settings
CHROMA_SETTINGS = Settings(
chroma_db_impl='duckdb+parquet',
persist_directory='db',
anonymized_telemetry=False
)