From the course: LLM Foundations: Vector Databases for Caching and Retrieval Augmented Generation (RAG)
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Collections in Milvus
From the course: LLM Foundations: Vector Databases for Caching and Retrieval Augmented Generation (RAG)
Collections in Milvus
We will now discuss some key storage concepts in Milvus. We begin with databases and collections in this video. What are databases in Milvus? A database is used to physically group similar entities and data. This organization is similar to other databases where the concept of a database, a tablespace, or a schema is used to group similar objects. Each Milvus instance can manage multiple databases. A single instance can have up to 64 databases. The default database in Milvus is called default. It is automatically created. If a new entity is created without specifying a database name, it is stored in the default database. A database serves as a container for data. It will store collections, partitions, and indexes within it. In Milvus, access control is implemented by database. Users can be created and configured at a database level. Roles can also be created for each database with specified permissions and then assigned to users. Databases help to support multitenancy in Milvus. Each…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
Introduction to Milvus DB1m 53s
-
(Locked)
Milvus architecture2m 37s
-
(Locked)
Collections in Milvus3m 35s
-
(Locked)
Partitions in Milvus1m 15s
-
(Locked)
Indexes in Milvus1m 50s
-
(Locked)
Managing data in Milvus1m 38s
-
(Locked)
Query and search in Milvus4m 5s
-
(Locked)
Set up Milvus and exercise files4m 55s
-
-
-
-
-
-
-