Created at 2pm, Mar 28
ilkeArt
0
How Art Works: Psychological Approaches to Philosophical Questions
EIMuvd_1L7deaZJLY7nhaUZj7JbaH8C9Ztuj-RFI0IU
File Type
MP3
Entry Count
374
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Ellen Winner speaking at the American Philosophical Society Autumn Meeting, November 2018.

For example, energy, space, depth, repetition, serenity, and discord.
start: 24:05 - end: 24:11
Okay, so we gave these pairs in our first study to people and asked them which one is better.
start: 24:11 - end: 24:17
The first 10 pairs were unlabeled, the next 20 pairs were labeled, but half of the labels were correct and half were reversed.
And here's what we found.
start: 24:26 - end: 24:28
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": "EIMuvd_1L7deaZJLY7nhaUZj7JbaH8C9Ztuj-RFI0IU", "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": "EIMuvd_1L7deaZJLY7nhaUZj7JbaH8C9Ztuj-RFI0IU", "level": 2}'