Created at 12pm, Mar 22
ilkeTechnology
0
BlockHash - Andrew Einhorn - Smarter Investing with AI
0L1HacYJL7rnE6AwIe4DDFvB5LYJcD8CepuT9tSPp9Q
File Type
MP3
Entry Count
129
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

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

Can we do it for crypto coins, you know, tracking prices?
start: 30:56 - end: 31:02
And my answer is we'd like to, you know, we just got to get that, you know, big VC to drop a huge, huge check on us and we'll expand it.
But for now, that's where we're focused on, on equities.
start: 31:11 - end: 31:14
All right.
start: 31:14 - end: 31:15
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": "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}'