semantic-search
Here are 74 public repositories matching this topic...
In the current UI, there's an incomprehenisble error message when API requests fail during the API startup.
It would be nice to show a friendly API is starting up message.
-
Updated
Sep 13, 2021 - Go
-
Updated
Aug 10, 2021 - Python
-
Updated
Oct 31, 2019 - Python
-
Updated
Sep 11, 2021 - Python
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
Sep 30, 2020 - Python
-
Updated
Sep 6, 2021
-
Updated
Sep 7, 2021 - Jupyter Notebook
As discussed in various meetings with @lusloher , @aga11313 , @FionnD
Kaggle is a lot of hoops for a user to jump through just to get an example working: install, set up key, run data getter script.
It's also work for us: We have to ensure datasets haven't moved or changed a lot, and we sometimes have to perform extra steps to process them.
These datasets are generally under creative com
-
Updated
Apr 26, 2019 - Jupyter Notebook
-
Updated
Sep 14, 2021 - Python
-
Updated
Sep 14, 2021 - Python
-
Updated
Sep 13, 2021 - Scala
-
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
-
Updated
Aug 23, 2021 - Python
-
Updated
Sep 14, 2021 - Jupyter Notebook
-
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
Apr 21, 2020 - Jupyter Notebook
-
Updated
Apr 26, 2019 - Python
-
Updated
Sep 5, 2021 - Swift
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."
The new GrpcDataRuntime (https://github.com/jina-ai/jina/blob/master/jina/peapods/runtimes/grpc/__init__.py) does not support sharding at the moment. Thus a Flow should not specify this runtime and a sharded pod at the same time.
Right now this will not raise any error, but silently produce unexpected behavior. This is undesirable and the Flow should rather check this condition and raise an app