Changes in version 0.1.0 - Initial release of the package - Core functionality including: - Vector collection creation with vec() - Embedding generation with embed() - Similarity search with nearest() and %~% - Support for embedders: - Simple TF-IDF embedder with embedder_tfidf() - HuggingFace embedder with embedder_hf() - Visualization tools: - Embedding space visualization with viz_embeddings() - Image visualization with viz_images()