-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b34bcc
commit 6327b14
Showing
1 changed file
with
92 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
<div class="relative overflow-hidden shadow-md rounded-lg"> | ||
<table class="table-fixed w-full text-left"> | ||
<thead class="uppercase bg-[#4666a7] text-[#ffffff]" style="background-color: #4666a7; color: #ffffff;"> | ||
<tr> | ||
<td class="py-1 border text-center p-4" contenteditable="true"> | ||
<br> | ||
</td> | ||
<td class="py-1 border text-center p-4" contenteditable="true">PGVECTOR</td> | ||
<td class="py-1 border text-center p-4" contenteditable="true">PINECONE</td> | ||
<td class="py-1 border text-center p-4" contenteditable="true">PGVECTOR-REMOTE</td> | ||
</tr> | ||
</thead> | ||
<tbody class="bg-white text-gray-500 bg-[#FFFFFF] text-[#0f2e6c]" style="background-color: #FFFFFF; color: #0f2e6c;"> | ||
<tr class="py-5"> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true">SQL Interface | ||
<br> | ||
</td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true"><code>✔</code> | ||
|
||
</td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true"> | ||
<br> | ||
</td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true"><code>✔</code> | ||
|
||
</td> | ||
</tr> | ||
<tr class="py-5"> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true">Transaction Support | ||
<br> | ||
</td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true"><code>✔</code> | ||
|
||
</td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true"></td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true"><code>✔</code> | ||
|
||
</td> | ||
</tr> | ||
<tr class="py-5"> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true">10+ Client Languages | ||
<br> | ||
</td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true"><code>✔</code> | ||
|
||
</td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true"></td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true"><code>✔</code> | ||
|
||
</td> | ||
</tr> | ||
<tr class="py-5"> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true">Data Export | ||
<br> | ||
</td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true"><code>✔</code> | ||
|
||
</td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true"> | ||
<br> | ||
</td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true"><code>✔</code> | ||
|
||
</td> | ||
</tr> | ||
<tr class="py-5"> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true">Latency*</td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true">300ms</td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true">4ms</td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true">7ms</td> | ||
</tr> | ||
<tr class="py-5"> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true">Throughput*</td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true">3QPS</td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true">300QPS</td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true">300QPS</td> | ||
</tr> | ||
<tr class="py-5"> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true">Metadata Filtering | ||
<br> | ||
</td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true"></td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true"><code>✔</code> | ||
|
||
</td> | ||
<td class="py-5 border text-center font-bold p-4" contenteditable="true"><code>✔</code> | ||
|
||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> |