Created at 11am, Mar 17
ProactiveMedia
0
Student Academy Awards Provide ‘Momentum’ for Young Filmmakers
v0gJQ6V0QzfPUKCnoT1-_isB9fV_6mHAzrfbk19o5-k
File Type
MP3
Entry Count
63
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

While most people know about the Academy Awards in Hollywood — the awards known as the Oscars — few know about the Student Academy Awards.But to those who know about the industry, they are a big deal.A top-three finish at the Student Academy Awards can lift a young filmmaker’s career.

Last year, an animated short film by a student from Australia, An Ostrich Told Me the World is Fake and I Think I Believe It, was considered for an Oscar.
Once your name is tied to a student Academy award, it just opens all of these doors, the Academy's Carter said.
It's so transformative for emerging filmmakers.
start: 04:13 - end: 04:18
The program is now open to young filmmakers from around the world.
start: 04:18 - end: 04:23
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": "v0gJQ6V0QzfPUKCnoT1-_isB9fV_6mHAzrfbk19o5-k", "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": "v0gJQ6V0QzfPUKCnoT1-_isB9fV_6mHAzrfbk19o5-k", "level": 2}'