README / README.md
thomasht86's picture
Update README.md
813804f verified
|
raw
history blame
2.34 kB
---
title: README
emoji:
colorFrom: pink
colorTo: gray
sdk: static
pinned: false
---
<div class="grid lg:grid-cols-1 gap-y-7">
<!-- Logo -->
<div class="flex items-center justify-center">
<img src="https://firebasestorage.googleapis.com/v0/b/standards-site-beta.appspot.com/o/documents%2F80o6wjeliok%2F762pe0angxc%2FVespa-logo-dark-rgb.svg?alt=media&token=08abbba9-d10f-4041-b4ec-5993d8d366eb" alt="Vespa.ai Logo" class="w-60 mb-4" />
</div>
<!-- Title and Additional Text -->
<div class="text-center">
<h1 class="text-4xl font-bold mb-2">Vespa.ai</h1>
<p class="text-xl text-gray-600 mb-4">The open big data serving engine.</p>
<p class="text-base text-gray-700 mb-4">
Vespa.ai is used to make AI-driven decisions using big data, in real time, at any scale, with unbeatable performance.
</p>
<p class="text-base text-gray-700 mb-4">
Organizations use Vespa.ai to solve problems such as structured, text, and vector search, and real-time recommendation, personalization, and targeting.
The platform is open source under an Apache 2.0 license. It can be downloaded from <a href="https://vespa.ai" target="_blank" class="text-blue-600 hover:underline">Vespa.ai</a>, or used as a serverless managed service at <a href="https://cloud.vespa.ai" target="_blank" class="text-blue-600 hover:underline">cloud.vespa.ai</a>.
</p>
</div>
<!-- Links -->
<div class="flex justify-center space-x-4">
<a href="https://vespa.ai" target="_blank" class="text-blue-600 font-semibold hover:underline">Homepage</a>
<span>|</span>
<a href="https://cloud.vespa.ai" target="_blank" class="text-blue-600 font-semibold hover:underline">Vespa Cloud (cloud.vespa.ai)</a>
<span>|</span>
<a href="https://github.com/vespa-engine/vespa" target="_blank" class="text-blue-600 font-semibold hover:underline">GitHub>
<span>|</span>
<a href="https://github.com/vespa-engine/pyvespa" target="_blank" class="text-blue-600 font-semibold hover:underline">PyVespa</a>
<span>|</span>
<a href="https://join.slack.com/t/vespatalk/shared_invite/zt-nq61o73o-Lsun7Fnm5N8uA6UAfIycIg" target="_blank" class="text-blue-600 font-semibold hover:underline">Slack community</a>
</div>
</div>