Store in TSV format

Path pimlico.modules.embeddings.store_tsv
Executable yes

Takes embeddings stored in the default format used within Pimlico pipelines (see Embeddings) and stores them as TSV files.

This is for using the vectors outside your pipeline, for example, for distributing them publicly or using as input to an external visualization tool. For passing embeddings between Pimlico modules, the internal Embeddings datatype should be used.

These are suitable as input to the Tensorflow Projector.

Inputs

Name Type(s)
embeddings embeddings

Outputs

Name Type(s)
embeddings tsv_vec_files

Example config

This is an example of how this module can be used in a pipeline config file.

[my_store_tsv_module]
type=pimlico.modules.embeddings.store_tsv
input_embeddings=module_a.some_output

Test pipelines

This module is used by the following test pipelines. They are a further source of examples of the module’s usage.