Skip to content

Commit

Permalink
deploy: 932bd35
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Oct 28, 2024
1 parent 94b9ec8 commit a257636
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
10 changes: 5 additions & 5 deletions manual/Aggregations.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ This prints:

```text
{
"took": 14,
"took": 10,
"_shards": {
"total": 1,
"successful": 1,
Expand Down Expand Up @@ -351,13 +351,13 @@ This prints:
2024-10-27T00:00:00.000Z: 1
2024-10-28T00:00:00.000Z: 1
green: 2
Min: 1.729251421029E12
Max: 1.730115421029E12
Min: 1.729257404886E12
Max: 1.730121404886E12
Time span: 8.64E8
Top: [1,4]
red: 2
Min: 1.729683421029E12
Max: 1.730029021029E12
Min: 1.729689404886E12
Max: 1.730035004886E12
Time span: 3.456E8
Top: [2,3]
Avg time span: 6.048E8
Expand Down
4 changes: 2 additions & 2 deletions manual/Highlighting.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ client.search(indexName) {
```

{
"took": 49,
"took": 58,
"_shards": {
"total": 1,
"successful": 1,
Expand Down Expand Up @@ -80,7 +80,7 @@ client.search(indexName) {
```

{
"took": 24,
"took": 41,
"_shards": {
"total": 1,
"successful": 1,
Expand Down
42 changes: 21 additions & 21 deletions manual/KnnSearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,39 +133,39 @@ This prints:

```text
query for vector of rice:
B-_q0pIB3z6npptKlJlh - 0.93660545: chicken
Be_q0pIB3z6npptKlJlh - 0.9159527: chicken teriyaki with rice
Ae_q0pIB3z6npptKlJlh - 0.91181946: apple pie
Tf1F05IBfyxfpFMS4p0U - 0.93660545: chicken
S_1F05IBfyxfpFMS4p0U - 0.9159527: chicken teriyaki with rice
R_1F05IBfyxfpFMS4p0U - 0.91181946: apple pie
---
query for vector of gebak en taart:
Ae_q0pIB3z6npptKlJlh - 0.8899498: apple pie
Bu_q0pIB3z6npptKlJlh - 0.8890915: tikka massala
BO_q0pIB3z6npptKlJlh - 0.88838005: pattiserie
R_1F05IBfyxfpFMS4p0U - 0.8899498: apple pie
TP1F05IBfyxfpFMS4p0U - 0.8890915: tikka massala
Sv1F05IBfyxfpFMS4p0U - 0.88838005: pattiserie
---
query for vector of muppets:
Ae_q0pIB3z6npptKlJlh - 0.9113884: apple pie
B-_q0pIB3z6npptKlJlh - 0.90841866: chicken
A-_q0pIB3z6npptKlJlh - 0.90057564: the cookie monster
R_1F05IBfyxfpFMS4p0U - 0.9113884: apple pie
Tf1F05IBfyxfpFMS4p0U - 0.90841866: chicken
Sf1F05IBfyxfpFMS4p0U - 0.90057564: the cookie monster
---
query for vector of artisanal baker:
Au_q0pIB3z6npptKlJlh - 0.9066143: chocolate chip cookie
A-_q0pIB3z6npptKlJlh - 0.89697075: the cookie monster
_-_q0pIB3z6npptKlJhh - 0.8922405: banana muffin with chocolate chips
SP1F05IBfyxfpFMS4p0U - 0.9066143: chocolate chip cookie
Sf1F05IBfyxfpFMS4p0U - 0.89697075: the cookie monster
Rf1F05IBfyxfpFMS4p0T - 0.8922405: banana muffin with chocolate chips
---
query for vector of indian curry:
B-_q0pIB3z6npptKlJlh - 0.9322586: chicken
Be_q0pIB3z6npptKlJlh - 0.9312973: chicken teriyaki with rice
Bu_q0pIB3z6npptKlJlh - 0.9182453: tikka massala
Tf1F05IBfyxfpFMS4p0U - 0.9322586: chicken
S_1F05IBfyxfpFMS4p0U - 0.9312973: chicken teriyaki with rice
TP1F05IBfyxfpFMS4p0U - 0.9182453: tikka massala
---
query for vector of japanese food:
Be_q0pIB3z6npptKlJlh - 0.92860985: chicken teriyaki with rice
B-_q0pIB3z6npptKlJlh - 0.9264393: chicken
Ae_q0pIB3z6npptKlJlh - 0.9177284: apple pie
S_1F05IBfyxfpFMS4p0U - 0.92860985: chicken teriyaki with rice
Tf1F05IBfyxfpFMS4p0U - 0.9264393: chicken
R_1F05IBfyxfpFMS4p0U - 0.9177284: apple pie
---
query for vector of baked goods:
Ae_q0pIB3z6npptKlJlh - 0.9216957: apple pie
Au_q0pIB3z6npptKlJlh - 0.91723824: chocolate chip cookie
AO_q0pIB3z6npptKlJlh - 0.91052055: apple crumble
R_1F05IBfyxfpFMS4p0U - 0.9216957: apple pie
SP1F05IBfyxfpFMS4p0U - 0.91723824: chocolate chip cookie
Rv1F05IBfyxfpFMS4p0U - 0.91052055: apple crumble
---
```

Expand Down

0 comments on commit a257636

Please sign in to comment.