- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 931 - 940 of 1,123 for filetype:others (0.03 sec)
-
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.mdRegistered: Wed Sep 03 04:20:36 UTC 2025 - Last Modified: Fri Aug 29 13:16:05 UTC 2025 - 10.4K bytes - Viewed (0) -
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.mdRegistered: Wed Sep 03 04:20:40 UTC 2025 - Last Modified: Fri Aug 29 13:16:05 UTC 2025 - 3.2K bytes - Viewed (0) -
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.mdRegistered: Wed Sep 03 04:20:43 UTC 2025 - Last Modified: Fri Aug 29 13:16:05 UTC 2025 - 31.2K bytes - Viewed (0) -
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.mdRegistered: Wed Sep 03 04:20:49 UTC 2025 - Last Modified: Fri Aug 29 13:16:05 UTC 2025 - 3.2K bytes - Viewed (0) -
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.mdRegistered: Wed Sep 03 04:20:54 UTC 2025 - Last Modified: Fri Aug 29 13:16:05 UTC 2025 - 4.5K bytes - Viewed (0) -
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.mdRegistered: Wed Sep 03 04:21:30 UTC 2025 - Last Modified: Fri Aug 29 13:16:05 UTC 2025 - 26.6K bytes - Viewed (0) -
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.mdRegistered: Wed Sep 03 04:22:18 UTC 2025 - Last Modified: Fri Aug 29 13:16:05 UTC 2025 - 9.6K bytes - Viewed (0) -
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.mdRegistered: Wed Sep 03 04:22:45 UTC 2025 - Last Modified: Fri Aug 29 13:16:05 UTC 2025 - 35.9K bytes - Viewed (0) -
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.mdRegistered: Wed Sep 03 04:24:21 UTC 2025 - Last Modified: Fri Aug 29 13:16:06 UTC 2025 - 17K bytes - Viewed (0) -
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.mdRegistered: Wed Sep 03 04:24:24 UTC 2025 - Last Modified: Fri Aug 29 13:16:05 UTC 2025 - 4.4K bytes - Viewed (0)