Skip to content
Discussion options

You must be logged in to vote

Sorry this was confusing. The current English pipelines do not use floret vectors, including in 3.4. You can check whether a pipeline uses floret vectors with nlp.vocab.vectors.mode - it will be floret for floret vectors, or default for the standard style vectors that predate floret.

The blog post does include some English pipelines with floret vectors (and nothing else) for demonstration purposes, but they have names like en_vectors_floret - en_core_news is just a typo.

The updates to vectors in 3.4 were to fix long-standing issues like case sensitivity; see #2281.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kinghuang
Comment options

Answer selected by kinghuang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation and website feat / vectors Feature: Word vectors and similarity
2 participants