You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This application ranks music albums using a user profile: Albums with scores for a set of categories are matched with a user's preference.",
"description": "This application ranks music albums using a user profile: Albums with scores for a set of categories are matched with a user's preference.",
"description": "The Text Search Tutorial demonstrates traditional text search using BM25/Vespa nativeRank, and is a good start to using the MS Marco dataset.",
"yql": "select title,url,id from msmarco where userQuery()",
37
-
"query": "what is dad bod"
38
-
}
39
-
},
40
-
{
41
-
"name": "colbert",
42
-
"shortname": "colbert",
43
-
"title": "Simple hybrid search with ColBERT",
44
-
"description": "This application uses a single vector embedding model for retrieval and ColBERT (multi-token vector representation) for re-ranking. This semantic search application demonstrates the colbert-embedder and the tensor expressions for ColBERT MaxSim.",
"yql": "select * from doc where userQuery() or ({targetHits: 100}nearestNeighbor(embedding, q))",
54
-
"input": {
55
-
"query(q)": "embed(e5, @query)",
56
-
"query(qt)": "embed(colbert, @query)"
57
-
}
21
+
}
22
+
},
23
+
{
24
+
"name": "text-search",
25
+
"shortname": "text-search",
26
+
"title": "Text Search",
27
+
"description": "The Text Search Tutorial demonstrates traditional text search using BM25/Vespa nativeRank, and is a good start to using the MS Marco dataset.",
"yql": "select title,url,id from msmarco where userQuery()",
37
+
"query": "what is dad bod"
38
+
}
39
+
},
40
+
{
41
+
"name": "colbert",
42
+
"shortname": "colbert",
43
+
"title": "Simple hybrid search with ColBERT",
44
+
"description": "This application uses a single vector embedding model for retrieval and ColBERT (multi-token vector representation) for re-ranking. This semantic search application demonstrates the colbert-embedder and the tensor expressions for ColBERT MaxSim.",
0 commit comments