Learn R Programming

VectrixDB (version 1.1.2)

vdb_import: Import from File

Description

Import documents from text file

Usage

vdb_import(db, path, separator = "\n")

Value

Vectrix object

Arguments

db

Vectrix object or collection name

path

Input file path

separator

Line separator for documents

Examples

Run this code
if (FALSE) {
vdb_import(db, "documents.txt")
}

Run the code above in your browser using DataLab