jina-search
Here are 8 public repositories matching this topic...
-
Updated
Oct 9, 2020
-
Updated
Feb 4, 2021 - Python
We can use the code in the example repo instead.
https://github.com/jina-ai/docs/blob/master/chapters/my_first_jina_app.md
https://github.com/jina-ai/examples

-
Updated
Feb 8, 2021
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
Feb 18, 2021 - Python
Improve this page
Add a description, image, and links to the jina-search topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jina-search topic, visit your repo's landing page and select "manage topics."


Maintenance
Right now you have to write down the action types manually like
`export type FlowActionTypes =
| LoadFlowAction
| CreateNewFlowAction
| UpdateFlowChartAction
| UpdateSelectedFlowAction
| DuplicateFlowAction
| DeleteFlowAction
| UpdateNodeAction
| DeleteNodeAction
| RerenderAction
| ImportFlowAction
| SetFlowArgumentsAction`
It would be nice to generate