This week Scott is joined by “The Holistic Psychologist ”, Dr. Nicole LePera, author of the new book \'How To Be The Love You Seek\'. They discuss the importance of being emotionally connected to yourself, healing personal traumas, and expressing your emotions authentically to others.The Psychology Podcast, February 2024
# 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": "7BYuE-OT0RNf8u3YfTX04Tl1-PjtEYoNsBkLUBcnGTI", "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": "7BYuE-OT0RNf8u3YfTX04Tl1-PjtEYoNsBkLUBcnGTI", "level": 2}'