Spaces:
Sleeping
Sleeping
Update constants.py
Browse files- constants.py +1 -0
constants.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
import chromadb
|
|
|
3 |
from chromadb.config import Settings
|
4 |
CHROMA_SETTINGS = Settings(
|
5 |
chroma_db_impl='duckdb+parquet',
|
|
|
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',
|