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
Examples
if (FALSE) { # \dontrun{
vdb_import(db, "documents.txt")
} # }