Spaces:
Sleeping
Sleeping
Update rss_processor.py
Browse files- rss_processor.py +1 -1
rss_processor.py
CHANGED
@@ -168,7 +168,7 @@ def process_and_store_articles(articles):
|
|
168 |
vector_db = Chroma(
|
169 |
persist_directory=LOCAL_DB_DIR,
|
170 |
#embedding_function=get_embedding_model(),
|
171 |
-
embedding_function=embedding_model
|
172 |
collection_name=COLLECTION_NAME
|
173 |
)
|
174 |
|
|
|
168 |
vector_db = Chroma(
|
169 |
persist_directory=LOCAL_DB_DIR,
|
170 |
#embedding_function=get_embedding_model(),
|
171 |
+
embedding_function=embedding_model,
|
172 |
collection_name=COLLECTION_NAME
|
173 |
)
|
174 |
|