Skip to content

Commit f7a59e2

Browse files
authored
Merge pull request #3753 from vespa-engine/kkraune-patch-1
fix link, spellcheck
2 parents 10fb7f8 + 673f0e4 commit f7a59e2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

en/getting-started.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<li>Docker Desktop: <a href="vespa-quick-start.html">Install and run Vespa locally</a></li>
2626
<li>Docker Desktop: <a href="vespa-quick-start-java.html">Install and run Vespa locally, with Java components</a></li>
2727
</ul>
28-
<p>The <a href="/en/developer-guide.html">developer guide</a> is an intro to developing, testing and deploying applications.</p>
28+
<p>The <a href="/en/developer-guide.html">developer guide</a> is an intro to developing, testing, and deploying applications.</p>
2929
<p>Until you add multiple nodes an application can be deployed both on cloud and locally with no modifications.</p>
3030
</td>
3131
</tr>
@@ -42,7 +42,7 @@
4242
</li>
4343

4444
<li><a href="tutorials/hybrid-search.html">Tutorial: Hybrid Text Search</a>.
45-
A search tutorial and introduction to hybrid text ranking with Vespa combining BM25 with text embedding models.
45+
A search tutorial and introduction to hybrid text ranking with Vespa, combining BM25 with text embedding models.
4646
</li>
4747

4848
<li><a href="tutorials/text-search-ml.html">Tutorial: Improving Text Search with Machine Learning</a>.
@@ -74,16 +74,16 @@
7474
<strong>ML Model Serving</strong>
7575
<p>
7676
Learn how to use Vespa for ML model serving in <a href="stateless-model-evaluation.html">Stateless Model Evaluation</a>.
77-
Vespa has support for running inference with models from many popular ML frameworks which can be used
78-
for ranking, query classification, question answering, multi-modal retrieval and more.
77+
Vespa supports running inference with models from many popular ML frameworks, which can be used
78+
for ranking, query classification, question answering, multi-modal retrieval, and more.
7979
</p>
8080
<ul>
8181
<li><a href="onnx.html">Ranking with ONNX models</a>. Export models from
8282
popular deep learning frameworks such as <a href="https://pytorch.org/docs/stable/onnx.html">PyTorch</a>
8383
to <a href="https://onnx.ai/">ONNX</a> format for serving in Vespa. Vespa integrates with
8484
<a href="https://blog.vespa.ai/stateful-model-serving-how-we-accelerate-inference-using-onnx-runtime/">ONNX-Runtime</a>
85-
for <a href="https://blog.vespa.ai/stateless-model-evaluation/">accelerated inference</a>. Many ML framework
86-
support exporting model to ONNX, including <a href="http://onnx.ai/sklearn-onnx/">sklearn</a>.
85+
for <a href="https://blog.vespa.ai/stateless-model-evaluation/">accelerated inference</a>. Many ML frameworks
86+
support exporting models to ONNX, including <a href="http://onnx.ai/sklearn-onnx/">sklearn</a>.
8787
</li>
8888
<li><a href="lightgbm.html">Ranking with LightGBM models</a></li>
8989
<li><a href="xgboost.html">Ranking with XGBoost models</a></li>
@@ -92,7 +92,7 @@
9292

9393
<strong>Embedding Model Inference</strong>
9494
<p>
95-
Vespa supports integrating <a href="embedding.html">embedding</a> models, this avoids transferring large amounts of embedding vector data
95+
Vespa supports integrating <a href="embedding.html">embedding</a> models, which avoids transferring large amounts of embedding vector data
9696
over the network and allows for efficient serving of embedding models.
9797
<ul>
9898
<li><a href="embedding.html#huggingface-embedder">Huggingface Embedder</a> Use single-vector embedding models from Hugging face</li>
@@ -110,12 +110,12 @@
110110

111111
<strong>E-Commerce Search</strong>
112112
<p>The <a href="use-case-shopping.html">e-commerce shopping sample application</a> demonstrates Vespa grouping,
113-
true in-place partial updates, custom ranking and more.</p>
113+
true in-place partial updates, custom ranking, and more.</p>
114114

115115
<strong>Examples and starting sample applications</strong>
116116
<p>
117117
There are many examples and starting applications on
118-
<a href="https://github.com/vespa-engine/sample-apps/">GitHub</a> and <a href="https://pyvespa.readthedocs.io/en/latest/examples.html">PyVespa examples</a>.
118+
<a href="https://github.com/vespa-engine/sample-apps/">GitHub</a> and <a href="https://vespa-engine.github.io/pyvespa/index.html">Pyvespa examples</a>.
119119
</p>
120120
</td>
121121
</tr>
@@ -144,9 +144,9 @@
144144
<th class="p-t-10">Custom component development</th>
145145
<td class="p-t-10">
146146
<p>
147-
Vespa applications can contain custom components to be run by Vespa, for example on receiving queries or documents.
147+
Vespa applications can contain custom components that are run by Vespa, for example, when receiving queries or documents.
148148
The applications must be able to run on a JVM.
149-
While all the built-in behavior of Vespa can be invoked by an YQL query,
149+
While all the built-in behavior of Vespa can be invoked by a YQL query,
150150
advanced applications often choose to use plugin components to build queries from frontend requests
151151
as doing this closer to the data is faster and simpler.
152152
</p>

0 commit comments

Comments
 (0)