Created at 5pm, Jan 10
DriaTechnology
2
Japanese Experiment Breaks Record for Internet Traffic Speed
QGKdErKhH5x_RRx-NbPe69cYPOy5-kI_hQi5fQktLlc
File Type
MP3
Entry Count
41
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Japanese researchers say they have broken the world speed record for sending internet data.

In October 2022, an international group of researchers announced they had broken the world record.
start: 03:29 - end: 03:39
That team reported they had reached a test rate of 1.8 petabits per second using a single optical cable.
start: 03:39 - end: 03:50
Results of the Japanese experiment were officially presented in a paper released at the 49th European Conference on Optical Communications in October.
The team said it was able to beat the previous record by a large amount using new methods to expand and combine different WDM and SDM elements.
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "QGKdErKhH5x_RRx-NbPe69cYPOy5-kI_hQi5fQktLlc", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "QGKdErKhH5x_RRx-NbPe69cYPOy5-kI_hQi5fQktLlc", "level": 2}'