File size: 2,060 Bytes
23691b7
 
 
 
 
 
 
 
e66df37
 
23691b7
e66df37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
title: README
emoji: 
colorFrom: pink
colorTo: gray
sdk: static
pinned: false
---
<!DOCTYPE html>
<html>

<head>
    <title>Vespa.ai Organization Card</title>
    <style>
        body {
            text-align: center;
            font-family: Arial, sans-serif;
        }

        .logo {
            width: 200px;
            margin: 20px auto;
        }

        .title {
            font-size: 2.5em;
            margin: 10px 0;
        }

        .subtitle {
            font-size: 1.2em;
            margin-bottom: 20px;
            color: #555;
        }

        .links a {
            margin: 0 10px;
            text-decoration: none;
            color: #1a0dab;
            font-weight: bold;
        }

        .links a:hover {
            text-decoration: underline;
        }
    </style>
</head>

<body>

    <img class="logo"
        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">

    <div class="title">Vespa.ai</div>

    <div class="subtitle">AI + data, online. At any scale.</div>

    <p>The open big data serving engine.<br>
        Vespa.ai is used to make AI-driven decisions using big data, in real time, at any scale, with unbeatable
        performance.
    </p>

    <p>
        Organizations use vespa.ai to solve problems such as structured, text, and vector search, and real-time
        recommendation, personalization and targeting.<br> The platform is open source under an Apache 2.0 license. It
        can
        be downloaded from vespa.ai, or used as a serverless managed service at cloud.vespa.ai.</p>

    <div class="links">
        <a href="https://vespa.ai">Homepage</a> |
        <a href="https://cloud.vespa.ai/console">Cloud Console</a> |
        <a href="https://github.com/vespa-engine/vespa">GitHub (Vespa)</a> |
        <a href="https://github.com/vespa-engine/pyvespa">GitHub (PyVespa)</a>
    </div>

</body>

</html>