Created at 3pm, Jan 10
cyranodbScience
0
Monthly Historical Data of Unemployment Rate in USA from 1948 to 2024
94n_7ep8uMq3Zsd3313nW7-vDpwRLXKQFINtdXjKwc8
File Type
CSV
Entry Count
912
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

The unemployment rate represents the number of unemployed as a percentage of the labor force. Labor force data are restricted to people 16 years of age and older, who currently reside in 1 of the 50 states or the District of Columbia, who do not reside in institutions (e.g., penal and mental facilities, homes for the aged), and who are not on active duty in the Armed Forces.This rate is also defined as the U-3 measure of labor underutilization.The series comes from the 'Current Population Survey (Household Survey)

Dataset Viewer
DATEUNRATE
1986-01-016.7
1986-02-017.2
1986-03-017.2
1986-04-017.1
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": "94n_7ep8uMq3Zsd3313nW7-vDpwRLXKQFINtdXjKwc8", "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": "94n_7ep8uMq3Zsd3313nW7-vDpwRLXKQFINtdXjKwc8", "level": 2}'