Nikhil0987 commited on
Commit
1fa5e9c
·
verified ·
1 Parent(s): 794ed15

Delete constants.py

Browse files
Files changed (1) hide show
  1. 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
- )