Learn R Programming

VectrixDB (version 1.1.2)

vdb_create: Create Collection

Description

Create a new VectrixDB collection

Usage

vdb_create(name, model = "tfidf", dimension = NULL, data_dir = NULL)

Value

Vectrix object

Arguments

name

Collection name

model

Embedding model

dimension

Vector dimension

data_dir

Data directory

Examples

Run this code
if (FALSE) {
db <- vdb_create("my_docs")
}

Run the code above in your browser using DataLab