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.
# 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}'