Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -6,5 +6,74 @@ colorTo: gray
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
|
|
|
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
+
<!DOCTYPE html>
|
10 |
+
<html>
|
11 |
|
12 |
+
<head>
|
13 |
+
<title>Vespa.ai Organization Card</title>
|
14 |
+
<style>
|
15 |
+
body {
|
16 |
+
text-align: center;
|
17 |
+
font-family: Arial, sans-serif;
|
18 |
+
}
|
19 |
+
|
20 |
+
.logo {
|
21 |
+
width: 200px;
|
22 |
+
margin: 20px auto;
|
23 |
+
}
|
24 |
+
|
25 |
+
.title {
|
26 |
+
font-size: 2.5em;
|
27 |
+
margin: 10px 0;
|
28 |
+
}
|
29 |
+
|
30 |
+
.subtitle {
|
31 |
+
font-size: 1.2em;
|
32 |
+
margin-bottom: 20px;
|
33 |
+
color: #555;
|
34 |
+
}
|
35 |
+
|
36 |
+
.links a {
|
37 |
+
margin: 0 10px;
|
38 |
+
text-decoration: none;
|
39 |
+
color: #1a0dab;
|
40 |
+
font-weight: bold;
|
41 |
+
}
|
42 |
+
|
43 |
+
.links a:hover {
|
44 |
+
text-decoration: underline;
|
45 |
+
}
|
46 |
+
</style>
|
47 |
+
</head>
|
48 |
+
|
49 |
+
<body>
|
50 |
+
|
51 |
+
<img class="logo"
|
52 |
+
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"
|
53 |
+
alt="Vespa.ai Logo">
|
54 |
+
|
55 |
+
<div class="title">Vespa.ai</div>
|
56 |
+
|
57 |
+
<div class="subtitle">AI + data, online. At any scale.</div>
|
58 |
+
|
59 |
+
<p>The open big data serving engine.<br>
|
60 |
+
Vespa.ai is used to make AI-driven decisions using big data, in real time, at any scale, with unbeatable
|
61 |
+
performance.
|
62 |
+
</p>
|
63 |
+
|
64 |
+
<p>
|
65 |
+
Organizations use vespa.ai to solve problems such as structured, text, and vector search, and real-time
|
66 |
+
recommendation, personalization and targeting.<br> The platform is open source under an Apache 2.0 license. It
|
67 |
+
can
|
68 |
+
be downloaded from vespa.ai, or used as a serverless managed service at cloud.vespa.ai.</p>
|
69 |
+
|
70 |
+
<div class="links">
|
71 |
+
<a href="https://vespa.ai">Homepage</a> |
|
72 |
+
<a href="https://cloud.vespa.ai/console">Cloud Console</a> |
|
73 |
+
<a href="https://github.com/vespa-engine/vespa">GitHub (Vespa)</a> |
|
74 |
+
<a href="https://github.com/vespa-engine/pyvespa">GitHub (PyVespa)</a>
|
75 |
+
</div>
|
76 |
+
|
77 |
+
</body>
|
78 |
+
|
79 |
+
</html>
|