American government experts who studied a popular medicine used for colds say the drug is likely not effective and should not be taken by mouth.Sixteen experts for the U.S. Food and Drug Administration examined the drug phenylephrine. The drug is in many medicines that treat nasal congestion, a condition also known as a stuffy nose. The medicines include Sudafed, Allegra and Dayquil among others.
# 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": "dUGVwE9wzyKigu96KLzHS8y5tpEWAXv5VyiUDqgi0Qs", "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": "dUGVwE9wzyKigu96KLzHS8y5tpEWAXv5VyiUDqgi0Qs", "level": 2}'