Update rag.py
Browse files
rag.py
CHANGED
@@ -94,7 +94,7 @@ def retrieve_documents_mongodb():
|
|
94 |
MONGODB_DB_NAME + "." + MONGODB_COLLECTION_NAME,
|
95 |
OpenAIEmbeddings(disallowed_special = ()),
|
96 |
index_name = MONGODB_INDEX_NAME)
|
97 |
-
print
|
98 |
|
99 |
return db
|
100 |
|
|
|
94 |
MONGODB_DB_NAME + "." + MONGODB_COLLECTION_NAME,
|
95 |
OpenAIEmbeddings(disallowed_special = ()),
|
96 |
index_name = MONGODB_INDEX_NAME)
|
97 |
+
print(cb)
|
98 |
|
99 |
return db
|
100 |
|