Weaviate is a cloud-native, modular, real-time vector search engine
-
Updated
Mar 21, 2022 - Go
{{ message }}
Weaviate is a cloud-native, modular, real-time vector search engine
A fast, efficient universal vector embedding utility package.
Is your feature request related to a problem? Please describe.
There are cases, when it might be useful to know how much points are there in index, which satisfies some filtering condition.
Currently, we can only estimate a total amount of points.
Describe the solution you'd like
Create an API which returns amount of points (estimated or precise, depending on flag) for a given filter
Curso de Álgebra Lineal
Fast Approximate Nearest Neighbor (ANN) searches with a PostgreSQL database.
This repository contains landmark research papers in Natural Language Processing that came out in this century.
Fast Math Library for Delphi
jvm glm
Vector-geometry toolbelt for 3D points and vectors
A fast javascript maths library designed for simulation and data processing.
Mathematics library focused on geometry for Multiplatform Kotlin 1.3
A collection of numerical methods written in Nim
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Swift extensions for Linear Algebra with SceneKit
Many-dimensional type-safe numeric ops
Tiny linear algebra library specifically for 2d
SwiftGraphics is a library for creative coding and generative art tailored towards rendering SVGs meant for pen plotting.
Add a description, image, and links to the vectors topic page so that developers can more easily learn about it.
To associate your repository with the vectors topic, visit your repo's landing page and select "manage topics."
使用的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