Skip to contents

Import documents from text file

Usage

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

Arguments

db

Vectrix object or collection name

path

Input file path

separator

Line separator for documents

Value

Vectrix object

Examples

if (FALSE) { # \dontrun{
vdb_import(db, "documents.txt")
} # }