Created at 12pm, Apr 28
cyranodbScience
0
Walmart Stocks from 2000
dxAmz--pSgnE8GYZtdSuCoSGxJkBRo3Ut7AZMvpaf6Q
File Type
CSV
Entry Count
6118
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

This dataset contains the Walmart stock prices from 01/01/2000 to 04/27/2024. The columns are as follows:Date - The dateOpen - The opening valueHigh - The highest valueLow - The lowest valueClose - The closing valueAdj Close - The adjusted closing valueVolume - The trading volume of the stocks

Dataset Viewer
DateOpenHighLowCloseAdj CloseVolume
3/1/201219.78666719.80666719.54666719.60666715.04355148851700
3/2/201219.66333419.7619.619.6715.09214529544300
3/5/201219.65333419.86333319.58333219.79999915.19188728953000
3/6/201219.6819.7419.58333219.65666815.08191227171300
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": "dxAmz--pSgnE8GYZtdSuCoSGxJkBRo3Ut7AZMvpaf6Q", "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": "dxAmz--pSgnE8GYZtdSuCoSGxJkBRo3Ut7AZMvpaf6Q", "level": 2}'