| vdb_create | R Documentation |
Create a new VectrixDB collection
vdb_create(name, model = "tfidf", dimension = NULL, data_dir = NULL)
name |
Collection name |
model |
Embedding model |
dimension |
Vector dimension |
data_dir |
Data directory |
Vectrix object
## Not run:
db <- vdb_create("my_docs")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.