coherevectorbk / README.md
qingyunyimo's picture
Create Readme
b00fe0f verified
|
Raw
History Blame Contribute Delete
1.15 kB

Cohere Wikipedia Embeddings Backup (fvecs)

This repository serves as a backup of the vector data from the original dataset https://huggingface.co/datasets/Cohere/wikipedia-22-12-esembeddings

Purpose: The original dataset link is currently inactive. This backup ensures continued access to the essential component of that dataset: the vector embeddings, which are specifically designed for Approximate Nearest Neighbor (ANN) search tasks.

Data Format: All vector data in this repository is stored in the fvecs file format.

Structure: The format consists of a sequence of vectors. Each vector begins with a 32-bit integer indicating its dimension, followed by that many 32-bit floating-point numbers.

Note: The original dataset description and metadata are currently unavailable. If you have access to the original documentation, please feel free to supplement this README. For any questions regarding the original dataset, please refer to the official Cohere resources.

Acknowledgment: All credit for the original embeddings belongs to Cohere. This repository is solely a backup to preserve the data for continued research and development.