Created at 3am, Jun 27
HangytongArtificial Intelligence
0
Ethical Issues of AI
rpFxoSBl43mn2pwVLXoo1yQRb75bFYW4b58SzG9Yewg
File Type
MULTI
Entry Count
32
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

This article explains the ethical issues that we face today in AI

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": "rpFxoSBl43mn2pwVLXoo1yQRb75bFYW4b58SzG9Yewg", "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": "rpFxoSBl43mn2pwVLXoo1yQRb75bFYW4b58SzG9Yewg", "level": 2}'