|
| 1 | +--- |
| 2 | +
|
| 3 | +--- |
| 4 | + |
| 5 | +<div class="mx-auto max-w-7xl px-6 lg:px-8 my-24"> |
| 6 | + <div class="mx-auto max-w-4xl text-center"> |
| 7 | + <h2 class="font-semibold my-0 lg:my-0 xl:my-0 text-fuchsia-600">Feature Comparison Table</h2> |
| 8 | + <a class="text-underline text-sm" href="https://cal.com/nick.k/meet">Book a Customer Discovery or Demo Call</a> |
| 9 | + <!-- lg+ --> |
| 10 | + <div class="isolate mt-2 block"> |
| 11 | + <div class="relative -mx-8"> |
| 12 | + <div class="absolute inset-x-4 inset-y-0 -z-10 flex"></div> |
| 13 | + <table class="w-full table-fixed border-separate border-spacing-x-8 text-left"> |
| 14 | + <caption class="sr-only"> Pricing plan comparison</caption> |
| 15 | + <colgroup> |
| 16 | + <col class="w-1/4" /> |
| 17 | + <col class="w-1/4" /> |
| 18 | + <col class="w-1/4" /> |
| 19 | + </colgroup> |
| 20 | + <thead> |
| 21 | + <tr> |
| 22 | + <td></td> |
| 23 | + <th scope="col" class="px-6 pt-6 xl:px-8 xl:pt-8"> |
| 24 | + <div class="text-lg font-semibold leading-7 text-center">Trieve</div> |
| 25 | + </th> |
| 26 | + <th scope="col" class="px-6 pt-6 xl:px-8 xl:pt-8"> |
| 27 | + <div class="text-lg font-semibold leading-7 text-center">Algolia</div> |
| 28 | + </th> |
| 29 | + </tr> |
| 30 | + </thead> |
| 31 | + <tbody> |
| 32 | + <tr> |
| 33 | + <div class="absolute inset-x-8 mt-16 h-px bg-gray-900/5 dark:bg-gray-100/5"></div> |
| 34 | + </tr> |
| 35 | + <tr> |
| 36 | + <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900"> |
| 37 | + Self-Hostable On-Prem or Within Your Cloud |
| 38 | + <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5 dark:bg-gray-100/5"></div> |
| 39 | + </th> |
| 40 | + <td class="px-6 py-4 xl:px-8"> |
| 41 | + <svg |
| 42 | + class="mx-auto h-5 w-5 text-fuchsia-600" |
| 43 | + viewBox="0 0 20 20" |
| 44 | + fill="currentColor" |
| 45 | + aria-hidden="true" |
| 46 | + > |
| 47 | + <path |
| 48 | + fill-rule="evenodd" |
| 49 | + d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" |
| 50 | + clip-rule="evenodd"></path> |
| 51 | + </svg> |
| 52 | + </td> |
| 53 | + </tr> |
| 54 | + <tr> |
| 55 | + <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900"> |
| 56 | + Admin Console + API support for Document Expansion |
| 57 | + <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5 dark:bg-gray-100/5"></div> |
| 58 | + </th> |
| 59 | + <td class="px-6 py-4 xl:px-8"> |
| 60 | + <svg |
| 61 | + class="mx-auto h-5 w-5 text-fuchsia-600" |
| 62 | + viewBox="0 0 20 20" |
| 63 | + fill="currentColor" |
| 64 | + aria-hidden="true" |
| 65 | + > |
| 66 | + <path |
| 67 | + fill-rule="evenodd" |
| 68 | + d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" |
| 69 | + clip-rule="evenodd"></path> |
| 70 | + </svg> |
| 71 | + </td> |
| 72 | + </tr> |
| 73 | + <tr> |
| 74 | + <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900"> |
| 75 | + Admin Console + API support for Relevance Weighting (Merchandising) |
| 76 | + <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5 dark:bg-gray-100/5"></div> |
| 77 | + </th> |
| 78 | + <td class="px-6 py-4 xl:px-8"> |
| 79 | + <svg |
| 80 | + class="mx-auto h-5 w-5 text-fuchsia-600" |
| 81 | + viewBox="0 0 20 20" |
| 82 | + fill="currentColor" |
| 83 | + aria-hidden="true" |
| 84 | + > |
| 85 | + <path |
| 86 | + fill-rule="evenodd" |
| 87 | + d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" |
| 88 | + clip-rule="evenodd"></path> |
| 89 | + </svg> |
| 90 | + </td> |
| 91 | + </tr> |
| 92 | + <tr> |
| 93 | + <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900"> |
| 94 | + Admin Console + API support for Relevance Weighting (Merchandising) |
| 95 | + <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5 dark:bg-gray-100/5"></div> |
| 96 | + </th> |
| 97 | + <td class="px-6 py-4 xl:px-8"> |
| 98 | + <svg |
| 99 | + class="mx-auto h-5 w-5 text-fuchsia-600" |
| 100 | + viewBox="0 0 20 20" |
| 101 | + fill="currentColor" |
| 102 | + aria-hidden="true" |
| 103 | + > |
| 104 | + <path |
| 105 | + fill-rule="evenodd" |
| 106 | + d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" |
| 107 | + clip-rule="evenodd"></path> |
| 108 | + </svg> |
| 109 | + </td> |
| 110 | + </tr> |
| 111 | + <tr> |
| 112 | + <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900"> |
| 113 | + Dense Vector Semantic Search |
| 114 | + <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5 dark:bg-gray-100/5"></div> |
| 115 | + </th> |
| 116 | + <td class="px-6 py-4 xl:px-8"> |
| 117 | + <svg |
| 118 | + class="mx-auto h-5 w-5 text-fuchsia-600" |
| 119 | + viewBox="0 0 20 20" |
| 120 | + fill="currentColor" |
| 121 | + aria-hidden="true" |
| 122 | + > |
| 123 | + <path |
| 124 | + fill-rule="evenodd" |
| 125 | + d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" |
| 126 | + clip-rule="evenodd"></path> |
| 127 | + </svg> |
| 128 | + </td> |
| 129 | + </tr> |
| 130 | + <tr> |
| 131 | + <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900"> |
| 132 | + Semantic Recommendation Engine (Personalization) Support |
| 133 | + <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5 dark:bg-gray-100/5"></div> |
| 134 | + </th> |
| 135 | + <td class="px-6 py-4 xl:px-8"> |
| 136 | + <svg |
| 137 | + class="mx-auto h-5 w-5 text-fuchsia-600" |
| 138 | + viewBox="0 0 20 20" |
| 139 | + fill="currentColor" |
| 140 | + aria-hidden="true" |
| 141 | + > |
| 142 | + <path |
| 143 | + fill-rule="evenodd" |
| 144 | + d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" |
| 145 | + clip-rule="evenodd"></path> |
| 146 | + </svg> |
| 147 | + </td> |
| 148 | + </tr> |
| 149 | + <tr> |
| 150 | + <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900"> |
| 151 | + Gen-AI RAG (Retrieval-Augmented-Generation) API endpoint and UI support |
| 152 | + <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5 dark:bg-gray-100/5"></div> |
| 153 | + </th> |
| 154 | + <td class="px-6 py-4 xl:px-8"> |
| 155 | + <svg |
| 156 | + class="mx-auto h-5 w-5 text-fuchsia-600" |
| 157 | + viewBox="0 0 20 20" |
| 158 | + fill="currentColor" |
| 159 | + aria-hidden="true" |
| 160 | + > |
| 161 | + <path |
| 162 | + fill-rule="evenodd" |
| 163 | + d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" |
| 164 | + clip-rule="evenodd"></path> |
| 165 | + </svg> |
| 166 | + </td> |
| 167 | + </tr> |
| 168 | + <tr> |
| 169 | + <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900"> |
| 170 | + Endpoint for File Uploads and Chunking With Apache Tika |
| 171 | + <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5 dark:bg-gray-100/5"></div> |
| 172 | + </th> |
| 173 | + <td class="px-6 py-4 xl:px-8"> |
| 174 | + <svg |
| 175 | + class="mx-auto h-5 w-5 text-fuchsia-600" |
| 176 | + viewBox="0 0 20 20" |
| 177 | + fill="currentColor" |
| 178 | + aria-hidden="true" |
| 179 | + > |
| 180 | + <path |
| 181 | + fill-rule="evenodd" |
| 182 | + d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" |
| 183 | + clip-rule="evenodd"></path> |
| 184 | + </svg> |
| 185 | + </td> |
| 186 | + </tr> |
| 187 | + <tr> |
| 188 | + <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900"> |
| 189 | + Built in Indexing |
| 190 | + <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5 dark:bg-gray-100/5"></div> |
| 191 | + </th> |
| 192 | + <td class="px-6 py-4 xl:px-8 text-center text-sm"> dense+sparse vector open source</td> |
| 193 | + <td class="px-6 py-4 xl:px-8 text-center text-sm"> sparse vector closed source</td> |
| 194 | + </tr> |
| 195 | + <tr> |
| 196 | + <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900"> |
| 197 | + Built in Analytics |
| 198 | + <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5 dark:bg-gray-100/5"></div> |
| 199 | + </th> |
| 200 | + <td></td> |
| 201 | + <td class="px-6 py-4 xl:px-8"> |
| 202 | + <svg |
| 203 | + class="mx-auto h-5 w-5 text-fuchsia-600" |
| 204 | + viewBox="0 0 20 20" |
| 205 | + fill="currentColor" |
| 206 | + aria-hidden="true" |
| 207 | + > |
| 208 | + <path |
| 209 | + fill-rule="evenodd" |
| 210 | + d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" |
| 211 | + clip-rule="evenodd"></path> |
| 212 | + </svg> |
| 213 | + </td> |
| 214 | + </tr> |
| 215 | + <tr> |
| 216 | + <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900"> |
| 217 | + UI framework integrations (React, Vue, Angular, etc.) |
| 218 | + <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5 dark:bg-gray-100/5"></div> |
| 219 | + </th> |
| 220 | + <td></td> |
| 221 | + <td class="px-6 py-4 xl:px-8"> |
| 222 | + <svg |
| 223 | + class="mx-auto h-5 w-5 text-fuchsia-600" |
| 224 | + viewBox="0 0 20 20" |
| 225 | + fill="currentColor" |
| 226 | + aria-hidden="true" |
| 227 | + > |
| 228 | + <path |
| 229 | + fill-rule="evenodd" |
| 230 | + d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" |
| 231 | + clip-rule="evenodd"></path> |
| 232 | + </svg> |
| 233 | + </td> |
| 234 | + </tr> |
| 235 | + <tr> |
| 236 | + <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900"> |
| 237 | + Latency for Search Endpoint Response Times |
| 238 | + <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5 dark:bg-gray-100/5"></div> |
| 239 | + </th> |
| 240 | + <td class="px-6 py-4 xl:px-8 text-sm text-center"> 250ms</td> |
| 241 | + <td class="px-6 py-4 xl:px-8 text-sm text-center"> |
| 242 | + {'<100'}ms |
| 243 | + </td> |
| 244 | + </tr> |
| 245 | + <tr> |
| 246 | + <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900"> |
| 247 | + Data Storage |
| 248 | + <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5 dark:bg-gray-100/5"></div> |
| 249 | + </th> |
| 250 | + <td class="px-6 py-4 xl:px-8"> |
| 251 | + <svg |
| 252 | + class="mx-auto h-5 w-5 text-fuchsia-600" |
| 253 | + viewBox="0 0 20 20" |
| 254 | + fill="currentColor" |
| 255 | + aria-hidden="true" |
| 256 | + > |
| 257 | + <path |
| 258 | + fill-rule="evenodd" |
| 259 | + d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" |
| 260 | + clip-rule="evenodd"></path> |
| 261 | + </svg> |
| 262 | + </td> |
| 263 | + <td class="px-6 py-4 xl:px-8"> |
| 264 | + <svg |
| 265 | + class="mx-auto h-5 w-5 text-fuchsia-600" |
| 266 | + viewBox="0 0 20 20" |
| 267 | + fill="currentColor" |
| 268 | + aria-hidden="true" |
| 269 | + > |
| 270 | + <path |
| 271 | + fill-rule="evenodd" |
| 272 | + d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" |
| 273 | + clip-rule="evenodd"></path> |
| 274 | + </svg> |
| 275 | + </td> |
| 276 | + </tr> |
| 277 | + </tbody> |
| 278 | + </table> |
| 279 | + </div> |
| 280 | + </div> |
| 281 | + </div> |
| 282 | +</div> |
0 commit comments