\'Common Sense\' is a pamphlet written by the American revolutionary and philosopher Thomas Paine. Originally published anonymously in 1776, the pamphlet played a significant role in influencing public opinion and promoting the idea of American independence from British rule.Key features of \'Common Sense\' include:1. Clarity and Accessibility: Paine wrote \'Common Sense\' in a clear and straightforward style, making political arguments accessible to a wide audience. The pamphlet was widely read and understood by common people, contributing to its widespread influence.2. Argument for Independence: Paine passionately argues for the separation of the American colonies from British rule. He criticizes the monarchy and hereditary succession, advocating for a republic and the establishment of a democratic government.3. Influence on Public Opinion: \'Common Sense\' had a profound impact on public sentiment. It helped galvanize support for independence among the colonists who were previously undecided or hesitant about breaking away from British authority.4. Popularizing Republican Ideas: Paine's pamphlet popularized republican ideas and provided a rationale for a government based on the consent of the governed. His writings resonated with the growing spirit of independence and anti-monarchical sentiments in the American colonies.5. Historical Significance: \'Common Sense\' is often credited with being a catalyst for the formal declaration of independence. Its persuasive arguments and widespread circulation contributed to a shift in public sentiment, paving the way for the drafting and adoption of the Declaration of Independence in July 1776.Thomas Paine's \'Common Sense\' is considered a foundational document in American history, contributing to the intellectual and ideological underpinnings of the American Revolution. Its impact extended beyond its immediate historical context, influencing political thought and inspiring subsequent generations of activists and thinkers.
# 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": "RSE97Rk9UjGnwK2sv3CcNSfnK2ub3nkJLV3frKz0kTw", "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": "RSE97Rk9UjGnwK2sv3CcNSfnK2ub3nkJLV3frKz0kTw", "level": 2}'