Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ class CustomEmbeddingFunction:
|
|
39 |
|
40 |
# Initialize components
|
41 |
sentiment_pipeline = pipeline("sentiment-analysis")
|
42 |
-
chroma_client = Client(Settings(persist_directory="chromadb_storage"
|
43 |
embedding_fn = CustomEmbeddingFunction()
|
44 |
collection_name = "crm_data"
|
45 |
|
|
|
39 |
|
40 |
# Initialize components
|
41 |
sentiment_pipeline = pipeline("sentiment-analysis")
|
42 |
+
chroma_client = Client(Settings(persist_directory="chromadb_storage"))
|
43 |
embedding_fn = CustomEmbeddingFunction()
|
44 |
collection_name = "crm_data"
|
45 |
|