Here are
292 public repositories
matching this topic...
A fast, efficient universal vector embedding utility package.
-
Updated
Feb 23, 2021
-
Python
Weaviate is a cloud-native, modular, real-time vector search engine
Pure C math library for 2D and 3D programming
Fast word vectors with little memory usage in Python
-
Updated
Jun 26, 2021
-
Python
-
Updated
Jul 17, 2021
-
HTML
Fast Approximate Nearest Neighbor (ANN) searches with a PostgreSQL database.
-
Updated
Aug 4, 2020
-
Python
Math reference for games and more. All visualized in Unity3D.
This repository contains landmark research papers in Natural Language Processing that came out in this century.
📱 Minimal app to apply wallpapers from a vast (400+) collection of vector graphics
🙃
-
Updated
Apr 30, 2021
-
Kotlin
Convenience package for dealing with graphics in my pixel drawing experiments.
Fast Math Library for Delphi
-
Updated
Jun 18, 2020
-
Pascal
A monotone line-based icon pack for android
-
Updated
Jul 23, 2021
-
Java
Vector-geometry toolbelt for 3D points and vectors
-
Updated
Jul 21, 2021
-
Python
-
Updated
Mar 25, 2021
-
Kotlin
Linear algebra library for games and real-time computer graphics.
A fast javascript maths library designed for simulation and data processing.
-
Updated
May 30, 2021
-
JavaScript
Mathematics library focused on geometry for Multiplatform Kotlin 1.3
-
Updated
Jul 10, 2021
-
Kotlin
A collection of numerical methods written in Nim
Swift extensions for Linear Algebra with SceneKit
-
Updated
Jul 4, 2017
-
Swift
Bit vectors: 8x less memory, up to 1000x faster than Vector Bool
-
Updated
Jun 10, 2021
-
Haskell
Many-dimensional type-safe numeric ops
-
Updated
Apr 7, 2021
-
Haskell
A small .NET math library.
Tiny linear algebra library specifically for 2d
-
Updated
Dec 6, 2017
-
JavaScript
An Interactive Approach to Understanding Deep Learning with Keras
-
Updated
Jun 8, 2021
-
Jupyter Notebook
SwiftGraphics is a library for creative coding and generative art tailored towards rendering SVGs meant for pen plotting.
-
Updated
Jul 18, 2021
-
Swift
Improve this page
Add a description, image, and links to the
vectors
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
vectors
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
使用的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