weaviate/wiki-sample
Loading dataset without vector embeddings You can load the raw dataset without vectors, like this: from datasets import load_dataset dataset = load_dataset("weaviate/wiki-sample", split="train", streaming=True) Loading dataset with vector embeddings You can also load the dataset with vectors, like this: from datasets import load_dataset dataset = load_dataset("weaviate/wiki-sample", "weaviate-snowflake-arctic-v2", split="train", streaming=True) for item in… See the full description on the dataset page: https://huggingface.co/datasets/weaviate/wiki-sample.
This repository belongs to weaviate on Hugging Face.
CoolFace never edits a repository it does not host. Visibility, licence, collaborators and gating are all managed at the source.
