Skip to content
#

vector-search

Here are 40 public repositories matching this topic...

jina
divyasreedev
divyasreedev commented Mar 14, 2022

Problem: It is pretty challenging to find resource material and valuable articles, videos and such, and we spend a lot of time searching and finding the appropriate resource for us.

Proposed solution: Faceted search can come a long way when looking for a quick way to find a solution designed for our needs. Ratings on the resource can help us select the best solution based on our search

good first issue
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
vespa
kkraune
kkraune commented Apr 2, 2021

... to make it easier to read Vespa documentation on an e-reader / offline

Vespa documentation is generated using Jekyll from .md and .html files, look into options for generating the artifact as part of site generation (there might be plugins we can use here)

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

Simple implementation of search for visually similar images using deep learning and vector search. It's based on pretrained ImageNet weights so it doesnt require any additional training

  • Updated Mar 12, 2022
  • Python

Improve this page

Add a description, image, and links to the vector-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 vector-search topic, visit your repo's landing page and select "manage topics."

Learn more