Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix advanced query doc #20

Merged
merged 1 commit into from
Oct 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions examples/industry_ecommerce.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,8 @@
"\n",
"$0.9\\times TextScore + 0.5\\times ImageScore = SearchScore$\n",
"\n",
"We then rank by the new search score (with 1000 documents there should be 1000 search scores.)"
"We then rank by the new search score (with 1000 documents there should be 1000 search scores.)\n",
"For the advanced search query, the aliases below **text** and **image_url** (the keys of the query) can be renamed to anything and are mainly used to provide an alias for the search query. However, **vector** and **fields** are required to identify the vector search component and the fields component."
]
},
{
Expand Down Expand Up @@ -24375,7 +24376,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.6.9"
}
},
"nbformat": 4,
Expand Down