On episode 373 of the BlockHash Podcast, CEO Andrew Einhorn joins Brandon Zemp to discuss LevelFields and how they are leveraging AI to analyze markets for investors. Using decades of experience in machine learning and contextual analysis, LevelFields has created a novel Al platform to identify patterns from market-altering events so that we can all quickly find these events and understand how to react to them. The AI technology at LevelFields screens millions of signals related to over 6,000 stocks, sifting through the noise to find those events that affect prices, and using historical data to expose patterns and put those events into context.BlockHash, December 2023
# 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": "0L1HacYJL7rnE6AwIe4DDFvB5LYJcD8CepuT9tSPp9Q", "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": "0L1HacYJL7rnE6AwIe4DDFvB5LYJcD8CepuT9tSPp9Q", "level": 2}'