John Searle and Margaret Boden discuss a few philosophical issues regarding artificial intelligence and the mind, including Searle's famous Chinese Room thought experiment which is an argument against the possibility that a computer could ever genuinely have a mind in the same sense that human beings have minds.nnThis is from a 1984 program called Voices. The host was Ted Honderich.
# 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": "A10wxW6BpB8nZYsLEKtVU7MHQUiyg8MrZG79feR6hh4", "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": "A10wxW6BpB8nZYsLEKtVU7MHQUiyg8MrZG79feR6hh4", "level": 2}'