Skip to content

Commit

Permalink
add twitter preview card
Browse files Browse the repository at this point in the history
  • Loading branch information
lqhl committed Jan 5, 2024
1 parent fdd92d4 commit 0c36b87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
<meta name="description" content="In-depth comparison of vector databases including MyScale, Pinecone, Qdrant, Weaviate, Milvus, Chroma, Postgres with pgvector, and OpenSearch. Understand features, performance, and choose the right database for your needs.">
<meta name="keywords" content="Vector Database, Database Comparison, MyScale, Pinecone, Qdrant, Weaviate, Milvus, Chroma, pgvector, OpenSearch, Database Features, Database Performance">
<link rel="stylesheet" type="text/css" href="style.css">

<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@qliu52">
<meta name="twitter:title" content="Comprehensive Vector Database Comparison">
<meta name="twitter:description" content="In-depth comparison of vector databases: features, performance, and more. Find the right database for your project.">
<meta name="twitter:image" content="https://lqhl.github.io/vectordb-comparison/preview.png">
</head>
<body>

Expand Down
Binary file added preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0c36b87

Please sign in to comment.