semantic-search
Here are 84 public repositories matching this topic...
Many users in our community have been asking to have easier ways to return the output of intermediate nodes. I can see that this could be very useful for debugging and also qualitative evaluation.
I think this feature would be very useful, though the exact design is not yet fully clear.
-
Updated
Sep 28, 2021 - Go
-
Updated
Sep 17, 2021 - Python
-
Updated
Oct 31, 2019 - Python
-
Updated
Sep 24, 2021 - Python
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
Sep 30, 2020 - Python
-
Updated
Sep 24, 2021
-
Updated
Sep 7, 2021 - Jupyter Notebook
The SimpleIndexer is used in a lot of examples.
However, it is using the old API.
The task is to check all the examples that use SimpleIndexer
still work and fix the version to a specific version, like /v0.3
.
SimpleIndexer hub image: https://hub.jina.ai/executor/zb38xlt4
-
Updated
Apr 26, 2019 - Jupyter Notebook
-
Updated
Sep 29, 2021 - Python
-
Updated
Sep 21, 2021 - Python
Describe the bug
Elastiknn exceptions do not extend ElasticsearchException, so they seem to always be turned into a 500, when a 4xx would often be more appropriate.
Expected behavior
- When a query is incompatible with a mapping, use an exception that will get converted to a 400 response code. [See code where exception is initialized.](https://github.com/alexklibisz/elastiknn/blob
-
Updated
Aug 25, 2021 - Python
-
Updated
Sep 25, 2020 - Jupyter Notebook
Add tag renaming
Is your feature request related to a problem? Please describe.
Support for multiple languages is required keeping with the essence of FOSS.
Describe the solution you'd like
Contributors who can understand English well enough and also native language to translate contents of the repository.
Add a separate FOLDER containing translations of the entire README.md with name README_Spanish/
-
Updated
May 12, 2021 - Python
The doc2query model to increase the ranking performance based on ideas from the https://arxiv.org/abs/2004.14503
.
KoBART is used instead of T5 due to Korean performance issues.
Opened training data
-
Updated
Sep 26, 2021 - Python
-
Updated
Aug 10, 2021 - Python
-
Updated
Sep 8, 2021 - Python
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Jun 23, 2021 - Java
-
Updated
Oct 16, 2016
-
Updated
Sep 5, 2021 - Swift
-
Updated
Sep 28, 2021 - Java
-
Updated
Apr 21, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the semantic-search topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the semantic-search topic, visit your repo's landing page and select "manage topics."
Describe the feature
Right now
sort
is done on all theDocument
collection, I would like to sort only up to atop_k
.