zilliz.com Open in urlscan Pro
75.2.75.242  Public Scan

Submitted URL: http://zilliz.com/
Effective URL: https://zilliz.com/
Submission: On December 07 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Come and play our Advent of Code Game!Learn more >>
 * Products
   
   Zilliz Cloud
   
   Fully-managed vector database service designed for speed, scale and high
   performance.
   
   Zilliz Cloud vs. Milvus
   
   Milvus
   
   Open-source vector database built for billion-scale vector similarity search.
   
    * Pipelines
    * Benchmark
    * Open Source
    * Integrations
    * Support Portal
   
   Introducing Zilliz Cloud Pipelines: A One-Stop Service for Building
   AI-Powered SearchLearn More
 * Pricing
    * Pricing PlanFlexible pricing options for every team on any budget
    * CalculatorEstimate your cost
    * MarketplaceSubscribe on AWS Marketplace
   
   Free TierLearn More
 * Developers
   
   Documentation
   
   The Zilliz Cloud Developer Hub where you can find all the information to work
   with Zilliz Cloud
   
   Learn More
   
    * Learn
    * Community
   
   Lunch and LearnJoin now
 * Resources
    * Blog
    * Whitepapers
    * Webinars
    * Trainings
    * Events
   
   Why Vector Databases Matter for Unstructured DataDownload Whitepaper
 * Solutions
   By Use CaseRetrieval Augmented GenerationView all use cases
   How Short-video Platform Likee Removes Duplicate Videos with MilvusRead all
   customer stories

Contact usLog inGet Started Free



THE MOST WIDELY-ADOPTED VECTOR DATABASE.


TRUSTED BY OVER 5000 ENTERPRISES ACROSS THE GLOBE. FROM THE CREATORS OF MILVUS,
THE VECTOR DATABASE TRAILBLAZER.

Get Started Free

2 collections + 1 million vectors + multiple collaborators for free.

No credit card required.

Why Zilliz Cloud is the Top Choice for Enterprise-Level Vector Search.






UNLEASH THE POWER OF MILVUS ADVANCED VECTOR SEARCH WITH ZILLIZ CLOUD.


WHY MILVUS

Milvus is the most popular and fastest-growing open-source vector database, with
over 24000 stars on GitHub and 8 million+ downloads. Milvus supports
billion-scale vector search with ease, and is trusted by over 5,000 enterprise
users.

CompareGet Started Free


WHY ZILLIZ CLOUD

Zilliz Cloud provides a fully-managed Milvus service, made by the creators of
Milvus. It simplifies the deploying and scaling of vector search applications by
eliminating the need to construct and maintain complex infrastructure.

Get Started FreeLearn more


BUILD WITH CONFIDENCE AND SUPERCHARGE YOUR
AI APPLICATIONS.

Sign up for a free Zilliz Cloud account and grab one of our official SDKs to
start. Then, create your first collection and conduct a vector similarity search
to power your AI application in minutes, and when you are ready to launch your
app, upgrade to a pay-as-you-go plan.

Get Started Free
Python
Java
Go
Node.js

*This code is for preview purposes onlyimport numpy as np
from pymilvus import MilvusClient, DataType

dimension = 128
collection_name = "hello_milvus"
client = MilvusClient("https://in01-XXXXXXXXXXXX.aws-us-west-2.vectordb.zillizcloud.com:19540")
client.drop_collection(collection_name)

schema = client.create_schema(auto_id=True)
schema.add_field("id", DataType.INT64, is_primary=True)
schema.add_field("vector", DataType.FLOAT_VECTOR, dim=dimension)

index_param = client.prepare_index_params("vector", metric_type="L2")
client.create_collection_with_schema(collection_name, schema, index_param)

info = client.describe_collection(collection_name)
print(f"{collection_name}'s info:{info}")

rng = np.random.default_rng(seed=19530)
rows = [
    {"title": "The Catcher in the Rye", "vector": rng.random((1, dimension))[0]},
    {"title": "Lord of the Flies", "vector": rng.random((1, dimension))[0]},
    {"title": "The Hobbit", "vector": rng.random((1, dimension))[0]},
    {"title": "The Outsiders", "vector": rng.random((1, dimension))[0]},
    {"title": "The Old Man and the Sea", "vector": rng.random((1, dimension))[0]},
]

client.insert(collection_name, rows)
client.insert(collection_name,
        {"title": "The Great Gatsby", "vector": rng.random((1, dimension))[0]})

search_vec = rng.random((1, dimension))
result = client.search(collection_name, search_vec, limit=3, output_fields=["title"])
  print(result)
View Full Code


WORKS SEAMLESSLY WITH YOUR TECH STACK.

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

Get Started Free


HIGH PERFORMANCE AND RELIABILITY AT ANY SCALE.


 * EASY TO USE
   
   No experience required. You can easily establish a large-scale vector
   similarity search service in minutes. Stay out of Ops and focus on your
   business logic.


 * MILVUS EXPERTISE
   
   Zilliz Cloud is built by the creators of Milvus. We have deep experience
   across diverse Milvus use cases, providing state-of-the-art vector database
   services and solutions.


 * BLAZING FAST
   
   Our ultra-fast and hardware efficient Zilliz Cloud enables a 10x faster
   vector retrieval, unparalleled by any other vector database management
   system.


 * HIGHLY SCALABLE
   
   The distributed and high-throughput nature makes Zilliz Cloud a natural fit
   for serving large scale vector data. You can scale the cluster up to 500 CU,
   serving tens of billions of items.


 * HIGH AVAILABILITY
   
   With an aim to offer unparalleled customer experience and industry-leading
   SLAs, Zilliz offers 99.9% monthly uptime for all the products on our cloud.


 * SECURITY & GOVERNANCE
   
   Data security is always our first priority. Zilliz Cloud complies with the
   SOC 2 standard and will support Role-Based Access Control (RBAC) soon.


START BUILDING BETTER VECTOR SEARCH APPLICATIONS TODAY

Deploy your vector database on AWS, GCP or Azure and start using it in just a
few minutes.

Get Started Free



WHERE CAN VECTOR DATABASES HELP?


 * RETRIEVAL AUGMENTED GENERATION (RAG)
   
   Expand LLMs' knowledge by incorporating external data sources into LLMs and
   your AI applications.


 * RECOMMENDER SYSTEM
   
   Recommend information or products to users based on their past behaviors and
   preferences.


 * TEXT/SEMANTIC SEARCH
   
   Search for semantically similar texts across vast amounts of natural language
   documents.


 * IMAGE SIMILARITY SEARCH
   
   Search for visually similar images from a vast collection of image libraries.


 * AUDIO SIMILARITY SEARCH
   
   Find similar audio results from massive amounts of audio data such as music,
   sound effects, and speeches.


 * VIDEO SIMILARITY SEARCH
   
   Search for similar videos from extensive collections of video libraries.


 * QUESTION ANSWERING SYSTEM
   
   Interactive QA chatbot that automatically answers user questions.


 * MOLECULAR SIMILARITY SEARCH
   
   Search for similar substructures, superstructures, and other structures for a
   specified molecule.


 * MULTIMODAL SIMILARITY SEARCH
   
   Query across different modalities such as texts, videos, audio, and images. 

View all use cases


WANT TO LEARN MORE ABOUT VECTOR DATABASES?

The ever-increasing amount of unstructured data requires a paradigm shift and a
new category of database management system - the vector database. But what is a
vector database exactly? Find out in this comprehensive guide.

Learn more

Sign Up for the Zilliz newsletter

Subscribe

201 Redwood Shores Pkwy, Suite 330 Redwood City, California 94065


 * Product
   * Zilliz Cloud
   * Free Tier
   * What is Milvus
   * What is GPTCache
   * Towhee
   * Attu
   * Milvus CLI
   * Feder
 * Resources
   * Docs
   * Blog
   * GitHub
   * Benchmark
   * Comparison
   * Resources
   * Glossary
 * Company
   * About
   * Careers
   * News
   * Partners
   * Events
   * Contact Sales

Terms of ServicePrivacy PolicySecuritySystem StatusCookie settings
LF AI, LF AI & data, Milvus, and associated open-source project names are
trademarks of the the Linux Foundation.
© Zilliz 2023 All rights reserved.


WE USE COOKIES!

This website uses cookies to improve your browsing experience, provide
personalized content and ensure the website functions optimally. By continuing
to use our site, you agree to our use of cookies. We value your privacy and are
committed to protecting your personal information. For more details, please
refer to our Cookie Policy.
Accept allReject all



COOKIE SETTINGS


This website uses cookies to improve your browsing experience, provide
personalized content and ensure the website functions optimally. By continuing
to use our site, you agree to our use of cookies. We value your privacy and are
committed to protecting your personal information.

For more details, please refer to our Cookie Policy.
Strictly necessary cookiesStrictly necessary cookies
These cookies are essential for the proper functioning of my website. Without
these cookies, the website would not work properly.

NameOwnerTime periodPurpose and usezilliz_cookie_consentzilliz.com6 monthsUser
cookie concent settings

Analytics & PerformanceAnalytics & Performance
Help the website operator understand how its website performs, how visitors
interact with the site, and whether there may be technical issues.

NameOwnerTime periodPurpose and use_zilliz_guidzilliz.com1 yearsUsed by
Zilliz.com_ga_*google1 yearsUsed by Google Analytics__hs*hubspot1 dayUsed by
HubSpothubspotutkhubspot13 monthsUsed by HubSpotcb_*clearbit13 monthsUsed by
Clearbit

Targeted AdvertisingTargeted Advertising
These cookies Used to deliver advertising that is more relevant to you and your
interests.

NameOwnerTime periodPurpose and use_gcl_augoogle3 monthsUsed by Google AdSense
for experimenting with advertisement efficiency

PersonalizationPersonalization
Allow the website to remember choices you make (such as your username, language,
or the region you are in) and provide enhanced, more personal features.

NameOwnerTime periodPurpose and use

SecuritySecurity
Allow the website to remember choices you make (such as your username, language,
or the region you are in) and provide enhanced, more personal features.

NameOwnerTime periodPurpose and use

More information
For any queries in relation to our policy on cookies and your choices, please
contact us.
Accept allReject allSave settings