Created at 8am, Jan 16
omerTechnology
1
Rabbit R1 Launch
bSqFOD0gi4dWwxZtWipzqFyHas0Eyq7OQVn3PBRa9zc
File Type
MP3
Entry Count
218
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

This is the audio file from the Rabbit R1 product launch. The Rabbit R1 is a compact AI-powered gadget that can use your apps for you. It has a 2.88-inch touchscreen, a rotating camera for taking photos and videos, and a Large Action Model (LAM) AI technology underneath. The LAM was trained by humans interacting with apps like Spotify and Uber, showing the model how they work. The R1 can control your music, order you a car, and perform other tasks through voice commands. The device relies on an always-online cloud service, where user interactions trigger tasks performed by Rabbit's servers.

I can also make R1 to a set of more complex actions.
start: 14:22 - end: 14:26
That may take multiple apps to finish on a smartphone.
start: 14:26 - end: 14:30
For example, if I want to plan a trip to London, I can just describe what I wish in full to R1.
start: 14:30 - end: 14:37
I want to take my family to London. It's going to be two of us and a child age 12.
start: 14:37 - end: 14:43
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": "bSqFOD0gi4dWwxZtWipzqFyHas0Eyq7OQVn3PBRa9zc", "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": "bSqFOD0gi4dWwxZtWipzqFyHas0Eyq7OQVn3PBRa9zc", "level": 2}'