All Projects → milvus-io → milvus.io

milvus-io / milvus.io

Licence: other
Milvus official website.

Programming Languages

javascript
184084 projects - #8 most used programming language
Less
1899 projects

Projects that are alternatives of or similar to milvus.io

milvus-sdk-java
Java SDK for Milvus.
Stars: ✭ 216 (+730.77%)
Mutual labels:  vector, anns, milvus
Milvus
An open-source vector database for embedding similarity search and AI applications.
Stars: ✭ 9,015 (+34573.08%)
Mutual labels:  vector, anns, milvus
milvus-sdk-go
Go SDK for Milvus.
Stars: ✭ 142 (+446.15%)
Mutual labels:  vector, anns
ludigraphix.github.io
Documentation for Ludigraphix
Stars: ✭ 21 (-19.23%)
Mutual labels:  vector
explicit-semantic-analysis
Wikipedia-based Explicit Semantic Analysis, as described by Gabrilovich and Markovitch
Stars: ✭ 34 (+30.77%)
Mutual labels:  vector
svg2vector
Online batch converter of SVG images to Android vector drawable XML resource files
Stars: ✭ 39 (+50%)
Mutual labels:  vector
postile
Project migrated to: https://gitlab.com/Oslandia/postile
Stars: ✭ 67 (+157.69%)
Mutual labels:  vector
velcro
Collection initialization macros for Rust
Stars: ✭ 45 (+73.08%)
Mutual labels:  vector
crystaledge
A pure Crystal Vector Math library
Stars: ✭ 25 (-3.85%)
Mutual labels:  vector
vector2d
2D Vector Library. Operates using Objects, Array or Float32Array types to allow flexible performance.
Stars: ✭ 28 (+7.69%)
Mutual labels:  vector
Swiftish
A fully generic Swift vector & matrix library
Stars: ✭ 17 (-34.62%)
Mutual labels:  vector
Fortress-of-Solitude
This Library has resources to solve common data structure algorithm problems like a Doubly linked list, Generic trees, Queue, Stack, and other algorithms. Each lib has an option to carry your custom data in elements. Custom data in detail, other fantastic resources.
Stars: ✭ 53 (+103.85%)
Mutual labels:  vector
vtm
OpenGL vector map library - running on Android, iOS, Desktop and browser.
Stars: ✭ 212 (+715.38%)
Mutual labels:  vector
safe-svg
Enable SVG uploads and sanitize them to stop XML/SVG vulnerabilities in your WordPress website.
Stars: ✭ 129 (+396.15%)
Mutual labels:  vector
Matrix
Easy-to-use Scientific Computing library in/for C++ available for Linux and Windows.
Stars: ✭ 20 (-23.08%)
Mutual labels:  vector
grass-addons
GRASS GIS Addons Repository (Manuals: https://grass.osgeo.org/grass-stable/manuals/addons/ | Linux-logs: https://grass.osgeo.org/addons/grass8/logs/ | Windows logs: https://wingrass.fsv.cvut.cz/grass82/addons/grass-8.2.0/logs/)
Stars: ✭ 64 (+146.15%)
Mutual labels:  vector
JOLI.jl
Julia Operators LIbrary
Stars: ✭ 14 (-46.15%)
Mutual labels:  vector
LandscapeView
Animated landscape generator
Stars: ✭ 89 (+242.31%)
Mutual labels:  vector
ad-lens
Automatic Differentiation using Pseudo Lenses. Neat.
Stars: ✭ 16 (-38.46%)
Mutual labels:  vector
mvt
Draw Mapbox Vector Tiles (MVT) in Go
Stars: ✭ 46 (+76.92%)
Mutual labels:  vector

milvus.io Official website

local development set up

  1. git submodule init
  2. git submodule update --remote
  3. yarn install
  4. yarn start

We use submodule to update docs pages. So we must update submodules before yarn start.

how to contribute

  1. fork the repo
  2. checkout the preview branch
  3. create a new feature branch based on the preview branch
  4. pull request to the preview branch

This site is built with Gatsbyjs, please check https://www.gatsbyjs.org/docs/ for reference

Mutiple code in markdown submodule

milvusClient.closeConnection();
>>> connections.disconnect("default")






Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].