Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -12,19 +12,26 @@ pinned: false
|
|
12 |
<div class="flex items-center justify-center">
|
13 |
<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-40 mb-4" />
|
14 |
</div>
|
15 |
-
<!-- Title and
|
16 |
<div class="text-center">
|
17 |
<h1 class="text-4xl font-bold mb-2">Vespa.ai</h1>
|
18 |
-
<p class="text-xl text-gray-600 mb-4">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
</div>
|
20 |
<!-- Links -->
|
21 |
<div class="flex justify-center space-x-4">
|
22 |
-
<a href="https://vespa.ai" class="text-blue-600 font-semibold hover:underline">Homepage</a>
|
23 |
<span>|</span>
|
24 |
-
<a href="https://cloud.vespa.ai
|
25 |
<span>|</span>
|
26 |
-
<a href="https://github.com/vespa-engine/vespa" class="text-blue-600 font-semibold hover:underline">GitHub (Vespa)</a>
|
27 |
<span>|</span>
|
28 |
-
<a href="https://github.com/vespa-engine/pyvespa" class="text-blue-600 font-semibold hover:underline">GitHub (PyVespa)</a>
|
29 |
</div>
|
30 |
</div>
|
|
|
12 |
<div class="flex items-center justify-center">
|
13 |
<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-40 mb-4" />
|
14 |
</div>
|
15 |
+
<!-- Title and Additional Text -->
|
16 |
<div class="text-center">
|
17 |
<h1 class="text-4xl font-bold mb-2">Vespa.ai</h1>
|
18 |
+
<p class="text-xl text-gray-600 mb-4">The open big data serving engine.</p>
|
19 |
+
<p class="text-base text-gray-700 mb-4">
|
20 |
+
Vespa.ai is used to make AI-driven decisions using big data, in real time, at any scale, with unbeatable performance.
|
21 |
+
</p>
|
22 |
+
<p class="text-base text-gray-700 mb-4">
|
23 |
+
Organizations use Vespa.ai to solve problems such as structured, text, and vector search, and real-time recommendation, personalization, and targeting.
|
24 |
+
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>.
|
25 |
+
</p>
|
26 |
</div>
|
27 |
<!-- Links -->
|
28 |
<div class="flex justify-center space-x-4">
|
29 |
+
<a href="https://vespa.ai" target="_blank" class="text-blue-600 font-semibold hover:underline">Homepage</a>
|
30 |
<span>|</span>
|
31 |
+
<a href="https://cloud.vespa.ai" target="_blank" class="text-blue-600 font-semibold hover:underline">Vespa Cloud (cloud.vespa.ai)</a>
|
32 |
<span>|</span>
|
33 |
+
<a href="https://github.com/vespa-engine/vespa" target="_blank" class="text-blue-600 font-semibold hover:underline">GitHub (Vespa)</a>
|
34 |
<span>|</span>
|
35 |
+
<a href="https://github.com/vespa-engine/pyvespa" target="_blank" class="text-blue-600 font-semibold hover:underline">GitHub (PyVespa)</a>
|
36 |
</div>
|
37 |
</div>
|