RichmondMongo
commited on
Commit
•
d786a96
1
Parent(s):
a38ecff
Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,6 @@ Each record in the dataset represents a news article about technology companies
|
|
39 |
[Create a free MongoDB Atlas Account](https://www.mongodb.com/cloud/atlas/register?utm_campaign=devrel&utm_source=community&utm_medium=organic_social&utm_content=Hugging%20Face%20Dataset&utm_term=richmond.alake)
|
40 |
|
41 |
```python
|
42 |
-
|
43 |
import os
|
44 |
import requests
|
45 |
import pandas as pd
|
@@ -93,7 +92,6 @@ else:
|
|
93 |
# Ingest to database
|
94 |
dataset_records = combined_df.to_dict('records')
|
95 |
tech_news_embeddings_collection.insert_many(dataset_records)
|
96 |
-
|
97 |
```
|
98 |
|
99 |
|
|
|
39 |
[Create a free MongoDB Atlas Account](https://www.mongodb.com/cloud/atlas/register?utm_campaign=devrel&utm_source=community&utm_medium=organic_social&utm_content=Hugging%20Face%20Dataset&utm_term=richmond.alake)
|
40 |
|
41 |
```python
|
|
|
42 |
import os
|
43 |
import requests
|
44 |
import pandas as pd
|
|
|
92 |
# Ingest to database
|
93 |
dataset_records = combined_df.to_dict('records')
|
94 |
tech_news_embeddings_collection.insert_many(dataset_records)
|
|
|
95 |
```
|
96 |
|
97 |
|