--- license: apache-2.0 task_categories: - question-answering - text-generation language: - en tags: - vector search - semantic search - retrieval augmented generation pretty_name: hackernoon_tech_news_with_embeddings size_categories: - 100K 0: tech_news_embeddings_collection.insert_many(insert_data) print("Data Ingested") ``` ## Usage The dataset is suited for a range of applications, including: - Tracking and analyzing trends in the tech industry. - Enhancing search and recommendation systems for tech news content with the use of vector embeddings. - Conducting sentiment analysis and other natural language processing tasks to gauge public perception and impact of news on specific tech companies. - Educational purposes in data science, journalism, and technology studies courses. ## Notes ### Sample Document ``` { "_id": { "$oid": "65c63ea1f187c085a866f680" }, "companyName": "01Synergy", "companyUrl": "https://hackernoon.com/company/01synergy", "published_at": "2023-05-16 02:09:00", "url": "https://www.businesswire.com/news/home/20230515005855/en/onsemi-and-Sineng-Electric-Spearhead-the-Development-of-Sustainable-Energy-Applications/", "title": "onsemi and Sineng Electric Spearhead the Development of Sustainable Energy Applications", "main_image": "https://firebasestorage.googleapis.com/v0/b/hackernoon-app.appspot.com/o/images%2Fimageedit_25_7084755369.gif?alt=media&token=ca7527b0-a214-46d4-af72-1062b3df1458", "description": "(Nasdaq: ON) a leader in intelligent power and sensing technologies today announced that Sineng Electric will integrate onsemi EliteSiC silic", "embedding": [ { "$numberDouble": "0.05243798345327377" }, { "$numberDouble": "-0.10347484797239304" }, { "$numberDouble": "-0.018149614334106445" } ] } ```