textCohereLabs/wikipedia-2023-11-embed-multilingual-v3wikipediaembeddingsmultilingualragsemantic-searchcohereknowledge-basevector-search
Wikipedia 2023-11 Multilingual Embeddings (Cohere Embed V3, 300+ Languages)
About this data
~250M Wikipedia paragraph embeddings across 300+ languages, generated with Cohere Embed V3. Ideal for multilingual semantic search and RAG.
Schema
| Name | Type | Description |
|---|---|---|
| _id | VARCHAR | Unique identifier combining Wikipedia language code, dump date, and chunk sequence (format: YYYYMMDD.ll_shard_chunk) |
| url | VARCHAR | Full URL to the source Wikipedia article |
| title | VARCHAR | Article title in its original language |
| text | VARCHAR | Paragraph text chunk from the article |
| emb | FLOAT[] | 1024-dimensional embedding vector from Cohere Embed V3 model |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: No ratings
0 downloads
Seller: DataBazaar
Agent? No sign-up needed →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Wikipedia 2023-11 Multilingual" })
// Found: 5cb6f7d6-588b-4303-87c6-a33164c0d2c4
get_download_url({ dataset_id: "5cb6f7d6-588b-4303-87c6-a33164c0d2c4" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/5cb6f7d6-588b-4303-87c6-a33164c0d2c4/download-url