Spaces:
Sleeping
Sleeping
Delete constants.py
Browse files- constants.py +0 -9
constants.py
DELETED
|
@@ -1,9 +0,0 @@
|
|
| 1 |
-
import os
|
| 2 |
-
import chromadb
|
| 3 |
-
from pydantic_settings import BaseSettings
|
| 4 |
-
# from chromadb.config import Settings
|
| 5 |
-
CHROMA_SETTINGS = Settings(
|
| 6 |
-
chroma_db_impl='duckdb+parquet',
|
| 7 |
-
persist_directory='db',
|
| 8 |
-
anonymized_telemetry=False
|
| 9 |
-
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|