This episode is part of The Psychology Podcast's \'Best of Series\', where they highlight some of the most exciting, enthralling, and enlightening episodes from their archives.Today it’s great to have the legendary Noam Chomsky on the podcast. Noam is a public intellectual, linguist, and political activist. He’s the author of many influential books, including Manufacturing Consent: The Political Economy of the Mass Media, and his latest book with Robert Pollin called Climate Crisis and The Green New Deal: The Political Economy of Saving The Planet. Chomsky is also known for helping to initiate and sustain the cognitive revolution. He’s the Laureate Professor of Linguistics at The University of Arizona and Institute Professor Emeritus at MIT.The Psychology Podcast, December 2023
# 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": "y0nZeuy4_X1xcdsHt85maF3KBgOMrRJg9pCnFliLf4Y", "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": "y0nZeuy4_X1xcdsHt85maF3KBgOMrRJg9pCnFliLf4Y", "level": 2}'