tidyvec 0.1.0
- Initial release of the package
- Core functionality including:
- Support for embedders:
- Simple TF-IDF embedder with
embedder_tfidf() - HuggingFace embedder with
embedder_hf()
- Simple TF-IDF embedder with
- Visualization tools:
- Embedding space visualization with
viz_embeddings() - Image visualization with
viz_images()
- Embedding space visualization with
