Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 311 - 320 of 335 for label:vespa (0.02 seconds)

  1. attributes.html.md

    # Attributes An _attribute_ is a [schema](../reference/schemas/schemas.html#attribute) keyword, specifying the indexing for a field: ``` field price type int { indexing: attribute } ``` Attribute p...
    docs.vespa.ai/en/content/attributes.html.md
    Thu Feb 05 12:14:32 GMT 2026
      22.7K bytes
  2. document-v1-api-guide.html.md

    # /document/v1 API guide Use the _/document/v1/_ API to read, write, update and delete documents. Refer to the [document/v1 API reference](../reference/api/document-v1.html) for API details. [Reads...
    docs.vespa.ai/en/writing/document-v1-api-guide.html.md
    Thu Feb 05 12:14:32 GMT 2026
      17K bytes
  3. nativerank.html.md

    # The nativeRank rank feature The _nativeRank_ text match score is a reasonably good text feature score which is computed at an acceptable performance by Vespa. It computes a normalized rank score ...
    docs.vespa.ai/en/ranking/nativerank.html.md
    Thu Feb 05 12:14:32 GMT 2026
      9.2K bytes
  4. local-llms.html.md

    # Running LLMs inside your Vespa application Please refer to [Large Language Models in Vespa](llms-in-vespa.html) for an introduction to using LLMs in Vespa. Vespa supports evaluating LLMs within y...
    docs.vespa.ai/en/rag/local-llms.html.md
    Thu Feb 05 12:14:32 GMT 2026
      13.1K bytes
  5. external-llms.html.md

    # External LLMs in Vespa Please refer to [Large Language Models in Vespa](llms-in-vespa.html) for an introduction to using LLMs in Vespa. Vespa provides a client for integration with OpenAI compati...
    docs.vespa.ai/en/rag/external-llms.html.md
    Thu Feb 05 12:14:32 GMT 2026
      6.7K bytes
  6. document-v1.html.md

    # /document/v1 API reference This is the /document/v1 API reference documentation. Use this API for synchronous [Document](../../schemas/documents.html) operations to a Vespa endpoint - refer to [r...
    docs.vespa.ai/en/reference/api/document-v1.html.md
    Thu Feb 05 12:14:32 GMT 2026
      27.2K bytes
  7. installation.html.md

    # Install Vespa on Kubernetes The Vespa Operator should be installed using the official Helm chart. The operator depends on the installation of the `VespaSet` [Custom Resource Definition](https://k...
    docs.vespa.ai/en/operations/kubernetes/installation.html.md
    Thu Feb 05 12:14:32 GMT 2026
      13.1K bytes
  8. document-json-format.html.md

    # Document JSON format reference This document describes the JSON format used for sending document operations to Vespa. Field types are defined in the[schema reference](schemas.html#field). This is...
    docs.vespa.ai/en/reference/schemas/document-json-format.html.md
    Thu Feb 05 12:14:32 GMT 2026
      31.7K bytes
  9. distributor.html.md

    # Distributor Metrics | Name | Unit | Description | | --- | --- | --- | | vds.idealstate.buckets\_rechecking | bucket | The number of buckets that we are rechecking for ideal state operations | | v...
    docs.vespa.ai/en/reference/operations/metrics/distributor.html.md
    Thu Feb 05 12:14:32 GMT 2026
      31.7K bytes
  10. memory-visualizer.html.md

    # Memory Visualizer The [schema](../basics/schemas.html) defines fields, types of fields and settings per field, e.g. ``` schema product { document product { field productId type long { indexing: s...
    docs.vespa.ai/en/performance/memory-visualizer.html.md
    Thu Feb 05 12:14:32 GMT 2026
      3.1K bytes
Back to Top