All Projects → milvus-io → Pymilvus

milvus-io / Pymilvus

Licence: apache-2.0
Python SDK for Milvus.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pymilvus

Pydbgen
Random dataframe and database table generator
Stars: ✭ 191 (-4.02%)
Mutual labels:  database
Herddb
A JVM-embeddable Distributed Database
Stars: ✭ 192 (-3.52%)
Mutual labels:  database
Npgsql
Npgsql is the .NET data provider for PostgreSQL.
Stars: ✭ 2,415 (+1113.57%)
Mutual labels:  database
Nedb Promises
A dead-simple promise wrapper for nedb.
Stars: ✭ 190 (-4.52%)
Mutual labels:  database
Scrna Tools
Table of software for the analysis of single-cell RNA-seq data.
Stars: ✭ 193 (-3.02%)
Mutual labels:  database
3box Js
3Box JavaScript SDK: User identities, storage, messaging
Stars: ✭ 195 (-2.01%)
Mutual labels:  database
Paper
Paper is a fast NoSQL-like storage for Java/Kotlin objects on Android with automatic schema migration support.
Stars: ✭ 2,263 (+1037.19%)
Mutual labels:  database
Sequelize Auto
Automatically generate bare sequelize models from your database.
Stars: ✭ 2,494 (+1153.27%)
Mutual labels:  database
Airrecord
Ruby wrapper for Airtable, your personal database
Stars: ✭ 193 (-3.02%)
Mutual labels:  database
Arctic
High performance datastore for time series and tick data
Stars: ✭ 2,525 (+1168.84%)
Mutual labels:  database
Simpledb
UC Berkeley's Database class CS186: Implement A Simple Database Management System
Stars: ✭ 189 (-5.03%)
Mutual labels:  database
Rmysql
Legacy DBI interface for MySQL
Stars: ✭ 192 (-3.52%)
Mutual labels:  database
Trilogy
TypeScript SQLite layer with support for both native C++ & pure JavaScript drivers.
Stars: ✭ 195 (-2.01%)
Mutual labels:  database
Klepto
Klepto is a tool for copying and anonymising data
Stars: ✭ 193 (-3.02%)
Mutual labels:  database
Vectorai
Vector AI — A platform for building vector based applications. Encode, query and analyse data using vectors.
Stars: ✭ 195 (-2.01%)
Mutual labels:  vector
Research2vec
Representing research papers as vectors / latent representations.
Stars: ✭ 192 (-3.52%)
Mutual labels:  vector
Couchdb Docker
Semi-official Apache CouchDB Docker images
Stars: ✭ 194 (-2.51%)
Mutual labels:  database
Kivik
Kivik provides a common interface to CouchDB or CouchDB-like databases for Go and GopherJS.
Stars: ✭ 200 (+0.5%)
Mutual labels:  database
Database
EhTagTranslation 项目的翻译数据。
Stars: ✭ 197 (-1.01%)
Mutual labels:  database
Better Sqlite3
The fastest and simplest library for SQLite3 in Node.js.
Stars: ✭ 2,778 (+1295.98%)
Mutual labels:  database

Milvus Python SDK

version Downloads Downloads Downloads license

Python SDK for Milvus. To contribute code to this project, please read our contribution guidelines first.

Compatibility

The following collection shows Milvus versions and recommended PyMilvus versions:

Milvus version Recommended PyMilvus version
1.0.0 1.0.1

Installation

You can install PyMilvus via pip or pip3 for Python 3.6+:

$ pip3 install pymilvus

You can install a specific version of PyMilvus by:

$ pip install pymilvus==1.0.1

You can upgrade PyMilvus to the latest version by:

$ pip install --upgrade pymilvus

Documentation

Documentation is available online: https://pymilvus.readthedocs.io/.

License

Apache License 2.0

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].