
Package index
-
vec() - Creates a vector collection from a data frame or tibble
-
embed() - Compute embeddings for items in a tidyvec collection
-
nearest() - Find nearest neighbors for a query in a tidyvec collection
-
`%~%` - Similarity operator
-
inspect_collection() - Print details about a tidyvec collection
-
embedder_tfidf() - Create a simple TF-IDF embedding function for text
-
embedder_hf() - Create a HuggingFace embedding function
-
setup_python() - Setup Python environment for TidyVec
-
viz_embeddings() - Visualize embedding space using dimensionality reduction
-
viz_images() - Visualize images in a tidyvec collection using magick