Skip to content

Commit f0438d5

Browse files
authored
Merge pull request #4344 from vespa-engine/bratseth/organize-24
Bratseth/organize 24
2 parents d485373 + 8f530ac commit f0438d5

File tree

79 files changed

+281
-9319
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+281
-9319
lines changed

_data/sidebar.yml

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -520,18 +520,6 @@ docs:
520520
url: /en/reference/applications/testing.html
521521
- page: System test (Java)
522522
url: /en/reference/applications/testing-java.html
523-
- page: Chunking
524-
url: /en/reference/chunking-reference.html
525-
- page: Embedding
526-
url: /en/reference/embedding-reference.html
527-
- page: mTLS
528-
url: /en/reference/mtls.html
529-
- page: Tools
530-
url: /en/reference/tools.html
531-
- page: Tools (self managing)
532-
url: /en/reference/tools-self-managing.html
533-
- page: Health checks
534-
url: /en/reference/healthchecks.html
535523
- title: APIs
536524
sub:
537525
- page: APIs overview
@@ -602,6 +590,24 @@ docs:
602590
url: /en/reference/ranking/rank-types.html
603591
- page: Model files
604592
url: /en/reference/ranking/model-files.html
593+
- page: Constant tensors
594+
url: /en/ranking/constant-tensor-json-format.html
595+
- title: RAG and embedding
596+
sub:
597+
- page: Chunking
598+
url: /en/reference/chunking.html
599+
- page: Embedding
600+
url: /en/reference/embedding.html
601+
- title: Operations
602+
sub:
603+
- page: Health checks
604+
url: /en/reference/operations/health-checks.html
605+
- page: Log files
606+
url: /en/reference/operations/log-files.html
607+
- page: Tools
608+
url: /en/reference/operations/tools.html
609+
- page: Tools (self managing)
610+
url: /en/reference/operations/tools-self-managing.html
605611
- title: Metrics
606612
sub:
607613
- page: Metrics

en/applications/bundles.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ <h2 id="building-an-osgi-bundle">Building an OSGi bundle</h2>
113113
Errors triggered at this stage will be the likes of
114114
<code>ClassNotFoundException</code> and <code>NoClassDefFoundError</code>.
115115
To debug these types of errors, inspect the stack traces in the
116-
<a href="../reference/logs.html">error log</a>, and refer to
116+
<a href="../reference/operations/log-files.html">error log</a>, and refer to
117117
<a href="#troubleshooting">troubleshooting</a>.
118118
</p><p>
119-
<a href="../reference/tools-self-managing.html#vespa-logfmt">vespa-logfmt</a>
119+
<a href="../reference/operations/tools-self-managing.html#vespa-logfmt">vespa-logfmt</a>
120120
with its <em>--nldequote</em> option is useful when reading logs.
121121
</p>
122122
<p>
@@ -674,11 +674,11 @@ <h3 id="slow-container-start">Slow Container start</h3>
674674
Find the container service name (here: "container"), set debug logging and restart the container:
675675
</p>
676676
<pre>
677-
$ <a href="../reference/tools-self-managing.html#vespa-sentinel-cmd">vespa-sentinel-cmd</a> list
677+
$ <a href="../reference/operations/tools-self-managing.html#vespa-sentinel-cmd">vespa-sentinel-cmd</a> list
678678
vespa-sentinel-cmd 'sentinel.ls' OK.
679679
container state=RUNNING mode=AUTO pid=246585 exitstatus=0 id="default/container.0"
680680

681-
$ <a href="../reference/tools-self-managing.html#vespa-logctl">vespa-logctl</a> container:com.yahoo.container.di.componentgraph.core debug=on
681+
$ <a href="../reference/operations/tools-self-managing.html#vespa-logctl">vespa-logctl</a> container:com.yahoo.container.di.componentgraph.core debug=on
682682

683683
$ vespa-stop-services &amp;&amp; vespa-start-services
684684

en/applications/components.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ <h3 id="component-load">Component load</h3>
383383
Construction can fail - to debug, enable more logging (replace "container" as needed with container id):
384384
</p>
385385
<pre>
386-
$ <a href="../reference/tools-self-managing.html#vespa-logctl">vespa-logctl</a> container:com.yahoo.container.di.componentgraph.core.ComponentNode debug=on
386+
$ <a href="../reference/operations/tools-self-managing.html#vespa-logctl">vespa-logctl</a> container:com.yahoo.container.di.componentgraph.core.ComponentNode debug=on
387387
.com.yahoo.container.di.componentgraph.core.ComponentNode ON ON ON ON ON ON ON OFF
388388
</pre>
389389
<p>

en/applications/config-system.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ <h2 id="further-reads">Further reads</h2>
334334
<ol>
335335
<li><a href="../operations/self-managed/configuration-server.html#zookeeper-recovery">
336336
Delete all config server state</a> on all config servers</li>
337-
<li>Run <a href="../reference/tools-self-managing.html#vespa-remove-index">
337+
<li>Run <a href="../reference/operations/tools-self-managing.html#vespa-remove-index">
338338
vespa-remove-index</a> to wipe content nodes</li>
339339
</ol>
340340
</li>

en/applications/configuring-components.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h2 id="adding-files-to-the-component-configuration">Adding files to the compone
144144

145145
<p>
146146
This section describes what to do if the component needs larger configuration objects that are stored in files,
147-
e.g. machine-learned models, <a href="../reference/tools.html#vespa-makefsa">automata</a> or large tables.
147+
e.g. machine-learned models, <a href="../reference/operations/tools.html#vespa-makefsa">automata</a> or large tables.
148148
Before proceeding, take a look at how to create
149149
<a href="dependency-injection.html#special-components">provider components</a> &mdash;
150150
instead of integrating large objects into e.g. a searcher or processor, it might be better to

en/applications/containers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h2 id="other-related-documents">Other related documents</h2>
120120
<a href="web-services.html">Designing RESTful web
121121
services</a> as Vespa Components
122122
</li><li>
123-
<a href="../reference/healthchecks.html">healthchecks</a> - using the Container with a VIP
123+
<a href="../reference/operations/health-checks.html">healthchecks</a> - using the Container with a VIP
124124
</li><li>
125125
<a href="../reference/applications/components.html">Vespa Component Reference</a>:
126126
The Container's request processing lifecycle

en/applications/deployment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h2 id="deploying-remote-models">Deploying remote models</h2>
104104

105105
<p>Most application packages are stored as source code in a code repository.
106106
However, some resources are generated or too large to store in a code repository,
107-
like models or an <a href="../reference/tools.html#vespa-makefsa">FSA</a>.</p>
107+
like models or an <a href="../reference/operations/tools.html#vespa-makefsa">FSA</a>.</p>
108108

109109
<p>Machine learned models in Vespa,
110110
are stored in the application package under the <em>models</em> directory.

en/applications/document-processors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ <h2 id="reconfiguring-document-processing">(Re)configuring Document Processing</
439439
the container must be restarted:
440440
</p>
441441
<pre>
442-
$ <a href="../reference/tools-self-managing.html#vespa-sentinel-cmd">vespa-sentinel-cmd</a> restart container
442+
$ <a href="../reference/operations/tools-self-managing.html#vespa-sentinel-cmd">vespa-sentinel-cmd</a> restart container
443443
</pre>
444444

445445

en/content/consistency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ requested document from all divergent replicas. The client then receives the
8989
version with the newest timestamp.
9090

9191
If replicas diverge during a Visit, the behavior is slightly different between
92-
the Document V1 API and [vespa-visit](/en/reference/tools-self-managing.html#vespa-visit):
92+
the Document V1 API and [vespa-visit](/en/reference/operations/tools-self-managing.html#vespa-visit):
9393

9494
* Document V1 will prefer immediately visiting the replica that contains the
9595
most documents. This means it's possible for a subset of documents in a bucket

en/content/proton.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ <h2 id="state-v1-api">/state/v1 API</h2>
848848
This API is available at <code>http://host:stateport/state/v1/</code>.
849849
</p>
850850
<p>
851-
Run <a href="../reference/tools-self-managing.html#vespa-model-inspect">vespa-model-inspect</a>
851+
Run <a href="../reference/operations/tools-self-managing.html#vespa-model-inspect">vespa-model-inspect</a>
852852
to find the JSON HTTP stateport:
853853
</p>
854854
<pre>

0 commit comments

Comments
 (0)