-
Updated
Apr 27, 2022 - Go
#
vectors
Here are 352 public repositories matching this topic...
Weaviate is a cloud-native, modular, real-time vector search engine
graphql
search-engine
machine-learning
database
deep-learning
semantic-search-engine
classification
knn-search
vectors
restful-api
semantic-search
search-engines
deep-search
mlops
weaviate
vector-search
contextual-search
vector-database
neural-search
vector-search-engine
A fast, efficient universal vector embedding utility package.
python
nlp
fast
machine-learning
natural-language-processing
word2vec
word-embeddings
embeddings
gensim
machine-learning-library
glove
vectors
fasttext
memory-efficient
-
Updated
Feb 23, 2021 - Python
Open
Count API
Open
多表同时插入大量数据PS很容易崩溃
1
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
Curso de Álgebra Lineal
algebra
linear-algebra
markov-chain
linear-programming
vectors
udemy
markov-decision-processes
udemy-curso
juan-gabriel-gomila
-
Updated
Apr 9, 2022 - HTML
Fast Approximate Nearest Neighbor (ANN) searches with a PostgreSQL database.
-
Updated
Aug 4, 2020 - Python
This repository contains landmark research papers in Natural Language Processing that came out in this century.
nlp
language
machine-learning
natural-language-processing
artificial-intelligence
vectors
papers
language-models
bert
-
Updated
Feb 11, 2021
android
kotlin
kotlin-android
android-application
android-ui
wallpapers
vector-graphics
android-app
vector-drawable
vectors
wallpaper-changer
wallpaper-app
-
Updated
Apr 23, 2022 - Kotlin
Fast Math Library for Delphi
-
Updated
Jun 18, 2020 - Pascal
jvm glm
android
kotlin
java
graphics
lwjgl
mathematics
matrices
glm
math-library
vectors
geometry-library
jogl
-
Updated
Dec 16, 2021 - Kotlin
Vector-geometry toolbelt for 3D points and vectors
-
Updated
Apr 1, 2022 - Python
A fast javascript maths library designed for simulation and data processing.
-
Updated
Mar 29, 2022 - JavaScript
Mathematics library focused on geometry for Multiplatform Kotlin 1.3
kotlin
shapes
geometry
interpolation
matrix
bezier
mathematics
triangulation
geometry2d
vectors
binpacking
clipper
polygons
affine-transformation
funnel
poly2tri
korio
korlibs
-
Updated
Jan 2, 2022 - Kotlin
A collection of numerical methods written in Nim
science
nim
integration
interpolation
ode
scientific-computing
scientific
integral
vectors
numerical-methods
optimization-methods
hacktoberfest
numerical-integration
nim-lang
numerical-computation
ode-solver
simpson-rule
ode-integrators
discrete-points
-
Updated
Mar 6, 2022 - Nim
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
stack
queue
high-performance
parallel
data-structures
hashmap
concurrent-programming
ring-buffer
lock-free
vectors
hashtable
concurrent-data-structure
fifo
fifo-queue
wait-free
-
Updated
Mar 18, 2022 - C
Swift extensions for Linear Algebra with SceneKit
-
Updated
Jul 4, 2017 - Swift
Many-dimensional type-safe numeric ops
-
Updated
Dec 23, 2021 - Haskell
Tiny linear algebra library specifically for 2d
-
Updated
Dec 6, 2017 - JavaScript
SwiftGraphics is a library for creative coding and generative art tailored towards rendering SVGs meant for pen plotting.
svg
swift
creative-coding
generative-art
raytracing
vector-graphics
vectors
pen-plotter
swiftgraphics
-
Updated
Apr 27, 2022 - Swift
Improve this page
Add a description, image, and links to the vectors topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vectors topic, visit your repo's landing page and select "manage topics."


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