jina
Here are 21 public repositories matching this topic...
-
Updated
Sep 28, 2020 - JavaScript
-
Updated
Dec 22, 2020 - HTML
Refactor TransformerTorch and TransformerTF tests with a matrix of parameters by using pytest parametrize. The matrix should contain a few popular models worth testing with different pooling and layer_index
-
Updated
Dec 21, 2020 - TypeScript
-
Updated
Oct 9, 2020
-
Updated
Dec 8, 2020 - Python
-
Updated
Jun 25, 2020
-
Updated
Sep 30, 2020 - Python
-
Updated
Dec 21, 2020 - HTML
Describe the issue
It would be nice to use the results.json extracted by the vector_indexer stress-test to generate plots to show how different indexers work in relation to their speed and recall.
The test already runs and gathers all the data. It misses a script to generate plots given a results.json, and put those plots in the README
Inspiration:
-
Updated
Nov 16, 2020 - Python
-
Updated
Dec 21, 2020 - HTML
-
Updated
Dec 16, 2020 - Python
-
Updated
Oct 30, 2020 - Python
-
Updated
Apr 26, 2020
-
Updated
Sep 20, 2020 - Python
-
Updated
Jun 16, 2020
Improve this page
Add a description, image, and links to the jina topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jina topic, visit your repo's landing page and select "manage topics."
Describe the feature
Some indexers have confusing function signatures. Specifically the usage of
keys,idsis wrong. This can create confusion for newcomers, or when reasoning about the code.Example
keysto refer to what is actuallyquery_vectors: https://github.com/jina-ai/jina/blob/2585798ac0ed33dd406a8f8a0a457d72bb2b7af0/jina/executors/indexers/vector.p