Skip to content
#

image-search

Here are 210 public repositories matching this topic...

milvus
xiaofan-luan
xiaofan-luan commented May 16, 2022

Is there an existing issue for this?

  • I have searched the existing issues

What would you like to be added?

Current chunk manager didn't accept ctx for timeout and tracing control.
such as:
Read(ctx, Context, filePath string) ([]byte, error)

Why is this needed?

No response

Anything else?

No response

kind/enhancement good first issue
qdrant
agourlay
agourlay commented May 3, 2022
Crate:         tempdir
Version:       0.3.7
Warning:       unmaintained
Title:         `tempdir` crate has been deprecated; use `tempfile` instead
Date:          2018-02-13
ID:            RUSTSEC-2018-0017
URL:           https://rustsec.org/advisories/RUSTSEC-2018-0017
Dependency tree: 
tempdir 0.3.7
├── storage 0.2.0
│   └── qdrant 0.7.0
├── segment 0.3.1
│   ├── storage 0.2.0
│
good first issue
vearch
richxnh
richxnh commented Jun 3, 2021

使用的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

Bug Good first issue
LuanRT
LuanRT commented Apr 25, 2022

Expected Behavior

Allow the use of proxies so it is easier to circumvent rate limits and such. Some people have requested this before but I never had the time to look into it. Since the library uses axios, it is a relatively simple task.

Current Behavior

Currently not supported.

enhancement good first issue priority: low

Learning Fine-grained Image Similarity with Deep Ranking is a novel application of neural networks, where the authors use a new multi scale architecture combined with a triplet loss to create a neural network that is able to perform image search. This repository is a simplified implementation of the same

  • Updated Apr 13, 2019
  • 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.

Curate this topic

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."

Learn more