image-search
Here are 178 public repositories matching this topic...
-
Updated
Jun 10, 2021 - Python
What would you like to be added:
I want to add a script to check if Apache license exists in all go files. Meanwhile, using this script as a GitHub action would be better.
By the way, a script that automatically add milvus license to go files would also be very nice.
Why is this needed:
Decrease the time that developers add Apache license to newer added files.
-
Updated
Aug 2, 2021 - Shell
-
Updated
Aug 19, 2021 - Python
-
Updated
Sep 8, 2021 - Python
I am finding a product which can replace Elasticsearch.
多表同时插入大量数据PS很容易崩溃
使用的3.2.7版本,3台服务器(1个master、3个ps、3个router),按天建表(如:db_20210601、db_20210602、db_20210603),每张表的结构如下 :
`{
"name": "space",
"partition_num": 3,
"replica_num": 1,
"engine": {
"name": "gamma",
"index_size": 100000,
"retrieval_type": "IVFPQ",
"retrieval_param": {
"ncentroids": 2048,
"nsubvector": 64,
"metric_type": "InnerProduct"
},
"id_type": "String"
},
"propertie
-
Updated
Sep 9, 2021 - Python
-
Updated
Aug 11, 2021 - Python
-
Updated
Sep 10, 2021 - Go
Describe the issue
The conflict is caused by:
pymilvus 2.0.0rc5 depends on grpcio==1.37.1
tensorflow 2.5.1 depends on grpcio~=1.34.0
To Reproduce
- Which solution are you running? Please post the link.
- Steps to reproduce the behavior(Docker or Source code):
- pip install
-
Updated
Aug 25, 2021 - Jupyter Notebook
-
Updated
Jul 2, 2021 - Python
-
Updated
Sep 10, 2021 - JavaScript
-
Updated
Sep 10, 2021 - JavaScript
Current docker image size is insane. It is 2.55 GB. Reduce that to below 1GB or less. Apply changes from this reference: https://hackernoon.com/tips-to-reduce-docker-image-sizes-876095da3b34
-
Updated
Sep 5, 2021 - MATLAB
-
Updated
Aug 25, 2021 - Python
-
Updated
Sep 9, 2021 - C#
-
Updated
Jul 12, 2019 - Python
-
Updated
Apr 11, 2019 - Python
-
Updated
Apr 30, 2021 - Python
-
Updated
Aug 16, 2021 - CSS
-
Updated
Sep 9, 2021 - Jupyter Notebook
-
Updated
Apr 13, 2019 - Python
-
Updated
Feb 23, 2021 - Python
-
Updated
Feb 6, 2020 - Python
Improve this page
Add a description, image, and links to the image-search topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the image-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