Spaces:
Running
Running
Update custom_utils.py
Browse files- custom_utils.py +0 -3
custom_utils.py
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
import openai, os, time
|
2 |
|
3 |
from datasets import load_dataset
|
4 |
-
#from pymongo.collection import Collection
|
5 |
-
#from pymongo.errors import OperationFailure
|
6 |
from pymongo.mongo_client import MongoClient
|
7 |
-
#from pymongo.operations import SearchIndexModel
|
8 |
|
9 |
DB_NAME = "airbnb_dataset"
|
10 |
COLLECTION_NAME = "listings_reviews"
|
|
|
1 |
import openai, os, time
|
2 |
|
3 |
from datasets import load_dataset
|
|
|
|
|
4 |
from pymongo.mongo_client import MongoClient
|
|
|
5 |
|
6 |
DB_NAME = "airbnb_dataset"
|
7 |
COLLECTION_NAME = "listings_reviews"
|