Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 661 - 670 of 1,507 for filetype:others (0.13 seconds)

  1. tensor-examples.html.md

    # Tensor Computation Examples Tensors can be used to express machine-learned models such as neural nets, but they can be used for much more than that. The tensor model in Vespa is powerful, since i...
    docs.vespa.ai/en/ranking/tensor-examples.html.md
    Thu Feb 05 12:14:32 GMT 2026
      20.6K bytes
  2. lightgbm.html.md

    # Ranking with LightGBM Models [LightGBM](https://github.com/microsoft/LightGBM) is a gradient boosting framework, similar to [XGBoost](xgboost). Among other[advantages](https://github.com/microsof...
    docs.vespa.ai/en/ranking/lightgbm.html.md
    Thu Feb 05 12:14:32 GMT 2026
      10.5K bytes
  3. azure-getting-started.html.md

    # Getting started with Vespa Cloud Enclave in Azure Setting up Vespa Cloud Enclave requires: 1. Registration at [Vespa Cloud](https://console.vespa-cloud.com), or use a pre-existing Vespa tenant. 2...
    docs.vespa.ai/en/operations/enclave/azure-getting-started.html.md
    Thu Feb 05 12:14:32 GMT 2026
      4.3K bytes
  4. structs.html.md

    # Structs This document explains how to use structs in Vespa documents. ## Structs A [struct](../reference/schemas/schemas.html#struct)is contained in a document and groups one or more fields into ...
    docs.vespa.ai/en/schemas/structs.html.md
    Thu Feb 05 12:14:32 GMT 2026
      2K bytes
  5. indexing.html.md

    # Indexing Refer to the [overview](../learn/overview.html). The primary index configuration is the [schema](../basics/schemas.html). [services.xml](../reference/applications/services/services.html)...
    docs.vespa.ai/en/writing/indexing.html.md
    Thu Feb 05 12:14:32 GMT 2026
      5.3K bytes
  6. partial-updates.html.md

    # Partial Updates A partial update is an update to one or more fields in a document. It also includes updating all index structures so the effect of the partial update is immediately observable in ...
    docs.vespa.ai/en/writing/partial-updates.html.md
    Thu Feb 05 12:14:32 GMT 2026
      7.7K bytes
  7. query-rewriting.html.md

    # Query Rewriting A search application can improve the quality by interpreting the intended meaning of the user queries. Once the meaning is guessed, the query can be rewritten to one that will sat...
    docs.vespa.ai/en/linguistics/query-rewriting.html.md
    Thu Feb 05 12:14:32 GMT 2026
      11.6K bytes
  8. sizing-search.html.md

    # Vespa Serving Scaling Guide _Vespa can scale in multiple scaling dimensions:_ - Scale document volume and write volume - Scale query throughput - Scale serving latency to meet service level agree...
    docs.vespa.ai/en/performance/sizing-search.html.md
    Thu Feb 05 12:14:32 GMT 2026
      32.5K bytes
  9. binarizing-vectors.html.md

    # Binarizing Vectors Binarization in this context is mapping numbers in a vector (embedding) to bits (reducing the value range), and representing the vector of bits efficiently using the `int8` dat...
    docs.vespa.ai/en/rag/binarizing-vectors.html.md
    Thu Feb 05 12:14:32 GMT 2026
      20.8K bytes
  10. endpoint-routing.html.md

    # Routing and endpoints Vespa Cloud supports multiple methods of routing requests to an application. This guide describes how these routing methods work, failover, and how to configure them. By def...
    docs.vespa.ai/en/operations/endpoint-routing.html.md
    Thu Feb 05 12:14:32 GMT 2026
      3.8K bytes
Back to Top