Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 931 - 940 of 1,123 for filetype:others (0.03 sec)

  1. lightgbm.html.md

    # Ranking with LightGBM Models [LightGBM](https://github.com/microsoft/LightGBM) is a gradient boosting framework, similar to [XGBoost](xgboost.html). Among other[advantages](https://github.com/mic...
    docs.vespa.ai/en/lightgbm.html.md
    Registered: Wed Sep 03 04:20:36 UTC 2025
    - Last Modified: Fri Aug 29 13:16:05 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  2. bm25.html.md

    # BM25 Reference The[bm25 rank feature](rank-features.html#bm25)implements the[Okapi BM25](https://en.wikipedia.org/wiki/Okapi_BM25)ranking function used to estimate the relevance of a text documen...
    docs.vespa.ai/en/reference/bm25.html.md
    Registered: Wed Sep 03 04:20:40 UTC 2025
    - Last Modified: Fri Aug 29 13:16:05 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  3. embedding.html.md

    # Embedding A common technique is to map unstructured data - say, text or images - to points in an abstract vector space and then do the computation in that space. For example, retrieve similar dat...
    docs.vespa.ai/en/embedding.html.md
    Registered: Wed Sep 03 04:20:43 UTC 2025
    - Last Modified: Fri Aug 29 13:16:05 UTC 2025
    - 31.2K bytes
    - Viewed (0)
  4. aws-architecture.html.md

    # Vespa Cloud Enclave AWS Architecture Each Enclave in the tenant AWS account corresponds to a Vespa Cloud[zone](https://cloud.vespa.ai/en/reference/zones.html). Inside the tenant AWS account one E...
    docs.vespa.ai/en/cloud/enclave/aws-architecture.html.md
    Registered: Wed Sep 03 04:20:49 UTC 2025
    - Last Modified: Fri Aug 29 13:16:05 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  5. gcp-getting-started.html.md

    # Getting started with Vespa Cloud Enclave in GCP Setting up Vespa Cloud Enclave requires: 1. Registration at [Vespa Cloud](https://console.vespa-cloud.com), or use a pre-existing tenant. 2. Regist...
    docs.vespa.ai/en/cloud/enclave/gcp-getting-started.html.md
    Registered: Wed Sep 03 04:20:54 UTC 2025
    - Last Modified: Fri Aug 29 13:16:05 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  6. searcher-development.html.md

    # Searcher Development The _Container_ is the home for all global processing of user actions (represented as queries) and their results. It provides a development and hosting environment for proces...
    docs.vespa.ai/en/searcher-development.html.md
    Registered: Wed Sep 03 04:21:30 UTC 2025
    - Last Modified: Fri Aug 29 13:16:05 UTC 2025
    - 26.6K bytes
    - Viewed (0)
  7. testing.html.md

    # Vespa testing A system tests suite is an invaluable tool both when developing and maintaining a complex Vespa application. These are functional tests which are run against a deployment of the app...
    docs.vespa.ai/en/testing.html.md
    Registered: Wed Sep 03 04:22:18 UTC 2025
    - Last Modified: Fri Aug 29 13:16:05 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  8. query-api.html.md

    # Query API Use the Vespa Query API to query, rank and organize data. Example: ``` $ vespa query "select * from music where year > 2001" \ "ranking=rank_albums" \ "input.query(user_profile)={{cat:p...
    docs.vespa.ai/en/query-api.html.md
    Registered: Wed Sep 03 04:22:45 UTC 2025
    - Last Modified: Fri Aug 29 13:16:05 UTC 2025
    - 35.9K bytes
    - Viewed (0)
  9. ranking-expressions-features.html.md

    # Ranking Expressions and Features Read the [ranking introduction](ranking.html) first. This guide is about [ranking expressions](reference/ranking-expressions.html)and [rank features](reference/ra...
    docs.vespa.ai/en/ranking-expressions-features.html.md
    Registered: Wed Sep 03 04:24:21 UTC 2025
    - Last Modified: Fri Aug 29 13:16:06 UTC 2025
    - 17K bytes
    - Viewed (0)
  10. batch-delete.html.md

    # Batch delete Options for batch deleting documents: 1. Use [vespa feed](../vespa-cli.html#documents): ``` $ vespa feed -t my-endpoint deletes.json ``` 2. Find documents using a query, delete, repe...
    docs.vespa.ai/en/operations/batch-delete.html.md
    Registered: Wed Sep 03 04:24:24 UTC 2025
    - Last Modified: Fri Aug 29 13:16:05 UTC 2025
    - 4.4K bytes
    - Viewed (0)
Back to top