Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
7
61
text
stringlengths
6
10k
metadata
dict
embedding
listlengths
384
384
embeddingModel
stringclasses
1 value
embeddingDim
int64
384
384
wiki/AGENTS.md#c0
## Repository Part of the `zolai-ai` community org. This repo is one component in a multi-repo system (core / web / tauri / datasets / training / wiki). Read the six-file `context/` set at session start — it is the ground truth for **this repo only**.
{ "source": "wiki/AGENTS.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ -0.08340800553560257, -0.015414790250360966, -0.087774857878685, 0.006697452627122402, 0.054058659821748734, -0.04968796297907829, 0.06709779053926468, -0.022025002166628838, -0.0005434984341263771, -0.028187965974211693, 0.07644905894994736, -0.040014468133449554, -0.010146518237888813, -...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/AGENTS.md#c1
## Shared Data - Corpora, datasets, and bulk artifacts live in the container shared folder at `../data` (relative to this repo). This is **not** committed to this repo — it is a shared, gitignored directory (6.3G) across all six repos. The wiki content itself is stored in this repo. - See `../data/README.md` and `../da...
{ "source": "wiki/AGENTS.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ -0.014501268975436687, -0.032848674803972244, -0.018906205892562866, 0.005903611890971661, 0.0594051256775856, -0.10478940606117249, 0.02924610860645771, -0.038698792457580566, 0.033529896289110184, 0.05895599350333214, 0.1264331340789795, 0.05525101348757744, 0.004208417609333992, -0.0303...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/AGENTS.md#c2
## Scoping - This is a **single-repo**. Scope all reads, globs, and searches to this repo root only. Do not scan sibling directories (especially `../data`, `../zolai-ai`, `../zolai-core`). Use repo-relative paths. - Respect `.ignore` and `.cursorignore` — use `rg` (respects them) instead of bare `find` or `grep -r`.
{ "source": "wiki/AGENTS.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ -0.06193980947136879, 0.029751108959317207, -0.07486385852098465, -0.01849387213587761, 0.04498470574617386, -0.10880514979362488, 0.061159003525972366, -0.010217851027846336, -0.0422176793217659, -0.018002111464738846, 0.07668815553188324, -0.02797575481235981, 0.0112986508756876, 0.02491...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/AGENTS.md#c3
## Branch Layout - **`main`** — active development branch (all changes land here). - **`master`** — preserved archive (kept as-is when this repo was split from the monorepo). - **`feature/*`** — short-lived topic branches merged into `main`.
{ "source": "wiki/AGENTS.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ 0.012743092142045498, -0.04862585291266441, 0.05586199834942818, -0.010959343053400517, 0.06449702382087708, -0.007883320562541485, -0.0478801466524601, -0.006297987420111895, -0.02290017157793045, 0.05871029570698738, 0.021091420203447342, 0.04643626511096954, -0.03258723393082619, -0.031...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/AGENTS.md#c4
## Six-File Context | File | Purpose | |------|---------| | `context/project-overview.md` | Product, goals, scope, success criteria (repo-local) | | `context/architecture.md` | Stack, boundaries, storage, auth, invariants | | `context/code-standards.md` | Conventions, lint, commit style (repo-specific) | | `context/pr...
{ "source": "wiki/AGENTS.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ -0.07026370614767075, 0.0315423458814621, -0.1186787486076355, -0.008001187816262245, 0.10744311660528183, -0.035147618502378464, 0.054444700479507446, 0.04642524570226669, -0.05927892029285431, 0.02620801329612732, -0.0005988470511510968, -0.017749091610312462, 0.03566554933786392, -0.029...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/AGENTS.md#c5
## Orchestration Loop (OpenCode/Cursor) On build/fix/refactor prompts use the orchestra loop: plan → implement → verify → review (→ FIX_REQUIRED on failure). Phases run strictly sequentially; pass the plan inline every phase.
{ "source": "wiki/AGENTS.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ -0.04054469242691994, 0.03958795592188835, -0.012755317613482475, 0.02769824117422104, -0.01637514866888523, 0.012043194845318794, -0.03196254000067711, -0.031648021191358566, -0.039077453315258026, 0.013312730938196182, -0.018389789387583733, -0.03029942698776722, -0.010825729928910732, -...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/AGENTS.md#c6
## Connect (this repo ↔ others) State what this repo depends on / exposes (API version, package version, data manifest version, RAG feed). See `README.md` > Connect.
{ "source": "wiki/AGENTS.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ -0.05617382749915123, -0.04691285267472267, -0.03845130652189255, -0.03308722749352455, -0.00509117403998971, -0.009665755555033684, -0.026541855186223984, -0.043153081089258194, 0.006498599424958229, -0.042268116027116776, 0.05830797553062439, 0.05614969879388809, -0.016292346641421318, -...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/AGENTS.md#c7
## Commit Style - Conventional commits: `feat:`, `fix:`, `docs:`, `refactor:`, `chore:`, `security:`. - Commit only to `main`. Never commit secrets.
{ "source": "wiki/AGENTS.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ -0.07153670489788055, 0.03467783331871033, 0.02035342901945114, 0.042117614299058914, 0.0008618250139988959, 0.002865192014724016, -0.041537705808877945, -0.030212299898266792, -0.0283938217908144, 0.0896560400724411, 0.042687781155109406, -0.019262099638581276, -0.006301059387624264, -0.0...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/AGENTS.md#c8
## Security Invariants - Secrets come only from env/`.env`; `.env.example` has placeholders only. - Never hardcode API keys, HF tokens, or provider keys in code/docs/wiki/scripts.
{ "source": "wiki/AGENTS.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ -0.0821448564529419, 0.0064523834735155106, -0.06816474348306656, 0.003723905421793461, 0.05529075115919113, -0.03703274577856064, 0.023244258016347885, 0.00677212281152606, 0.03139664977788925, 0.007857952266931534, 0.03441803529858589, 0.020243072882294655, 0.041040364652872086, -0.02629...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/CHANGELOG.md#c0
# Changelog All notable changes to **zolai-wiki** are documented here. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
{ "source": "wiki/CHANGELOG.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ -0.046189215034246445, 0.048372358083724976, -0.007884318009018898, 0.012182144448161125, 0.06747222691774368, -0.12548530101776123, -0.05541073530912399, -0.0032673669047653675, -0.05108457803726196, -0.006404658313840628, 0.054822035133838654, -0.014749308116734028, -0.013832992874085903, ...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/CHANGELOG.md#c1
## [2.0.0] - 2026-09-04 - Initial public snapshot of the **zolai-wiki** component (part of the Zolai-AI org release 2.0.0). - Ships AGENTS.md authoring rules + the seven-file context set in `context/`.
{ "source": "wiki/CHANGELOG.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ -0.09550977498292923, 0.08939123153686523, -0.10761134326457977, 0.004500131588429213, 0.045810747891664505, -0.114621601998806, -0.005743439309298992, 0.013217895291745663, -0.03574315831065178, -0.008957874029874802, 0.0403926819562912, -0.028745027258992195, 0.050605226308107376, 0.0413...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/CONNECT.md#c0
# Connect — zolai-wiki **Provides:** RAG content + curriculum text **Depends on:** — (content source)
{ "source": "wiki/CONNECT.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ -0.07455873489379883, 0.07499755173921585, -0.07732491940259933, 0.0017695719143375754, -0.009748202748596668, -0.011298189871013165, -0.036728519946336746, 0.013368397019803524, -0.02172759547829628, -0.02188248373568058, 0.059964556246995926, -0.006502506788820028, 0.008019768632948399, ...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/README.md#c0
# Zolai AI Wiki — Second Brain Knowledge Base > **Language:** Tedim Chin (ISO 639-3: ctd) — ZVS Standard Dialect > The central knowledge repository for the **Zolai Second Brain** project — linguistic rules, grammar, vocabulary, culture, curriculum, and training strategy for the Tedim Zolai language. > **Author:** Pete...
{ "source": "wiki/README.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ -0.020151503384113312, -0.008676880039274693, -0.03730695694684982, -0.027030156925320625, -0.09759572893381119, -0.017827237024903297, 0.018354268744587898, 0.02709096670150757, -0.02066516876220703, -0.02666923962533474, 0.07178348302841187, -0.06406858563423157, -0.006149234715849161, 0...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/README.md#c1
## 🧠 Architecture & Concepts - [Chat System](concepts/chat_system.md) — AI tutor operational logic - [Domain Routing](concepts/domain_routing_architecture.md) — Request classification - [Socratic Philosophy](concepts/socratic_philosophy.md) — "Sangsia" (Teacher) pedagogy - [Psycholinguistic Architecture](concepts/psy...
{ "source": "wiki/README.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ -0.0007144035771489143, -0.03516968712210655, -0.0590086467564106, -0.06124591454863548, -0.027565419673919678, -0.060122523456811905, 0.07930201292037964, -0.02311730943620205, -0.005319687072187662, 0.01557175163179636, -0.00037322918069548905, -0.010960226878523827, -0.015510574914515018,...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/README.md#c2
### Grammar - [Phonology & Orthography](grammar/phonology.md) — Roman alphabet, tone system - [Morphemics](grammar/morphemics.md) — Word formation, compound rules - [Verb Stems](grammar/verb_stems.md) — Stem I vs Stem II mapping - [Tense Markers](grammar/tense_markers.md) — `khin`, `ding`, `ngei`, `zo`, `lai` - [Partic...
{ "source": "wiki/README.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ -0.05409163981676102, 0.034167446196079254, 0.10079625248908997, -0.03669726103544235, -0.018326209858059883, -0.022872988134622574, -0.010579662397503853, 0.014851603657007217, -0.055933915078639984, 0.06810291111469269, 0.06287147849798203, -0.02617224119603634, 0.025398114696145058, 0.0...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/README.md#c3
### Quick References - [Grammar Cheat Sheet](grammar/zolai_grammar_cheat_sheet.md) - [ZVS Standard Format](grammar/Zolai_Standard_Format.md) ---
{ "source": "wiki/README.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ -0.058812059462070465, 0.08004055172204971, -0.0584099143743515, -0.00541731109842658, 0.037886567413806915, 0.008952721022069454, 0.014620080590248108, 0.02517603524029255, -0.03286240994930267, -0.002721301047131419, 0.04953254759311676, -0.008642659522593021, 0.03956839069724083, -0.020...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/README.md#c4
## 📚 Vocabulary - [Vocabulary Index](vocabulary/README.md) - [Common Phrases](vocabulary/common_phrases.md) - [Modern Technology](vocabulary/modern_technology.md) - [Theology](vocabulary/theology.md) - [Idioms & Metaphors](vocabulary/idioms_and_metaphors.md) - [Vocabulary Recommendations](vocabulary/vocab_recommendat...
{ "source": "wiki/README.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ 0.02786336839199066, -0.027171406894922256, 0.002305335830897093, -0.02048661559820175, 0.06982975453138351, 0.000974976341240108, 0.041176553815603256, 0.015310217626392841, -0.029694939032197, -0.008755995891988277, 0.07371429353952408, -0.034648437052965164, 0.03776836767792702, 0.01824...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/README.md#c5
## 🎓 Curriculum (CEFR A1–C2) - [A1 Beginner](curriculum/a1_beginner.md) - [A2 Elementary](curriculum/a2_elementary.md) - [B1 Intermediate](curriculum/b1_intermediate.md) - [B2 Upper Intermediate](curriculum/b2_upper_intermediate.md) - [C1 Advanced](curriculum/c1_advanced.md) - [C2 Mastery](curriculum/c2_mastery.md) ...
{ "source": "wiki/README.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ 0.056166619062423706, -0.013269150629639626, 0.0017343711806461215, -0.03342217579483986, 0.02545856684446335, 0.020502625033259392, -0.06260113418102264, 0.024686433374881744, -0.02893059141933918, 0.0008091598283499479, 0.05069560557603836, -0.06849226355552673, 0.04108881950378418, 0.01...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/README.md#c6
## 🤖 Training & AI - [AI Second Brain](training/ai_second_brain.md) - [LLM Training Roadmap](training/llm_training_roadmap.md) - [Dataset Specs](training/dataset_specs.md) - [Data Pipeline & Strategy](training/data_pipeline_and_training_strategy.md) - [Evaluation Benchmarks](training/evaluation_benchmarks.md) - [Curr...
{ "source": "wiki/README.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ -0.03183857351541519, 0.023011526092886925, -0.022667203098535538, -0.02269851043820381, 0.05993594974279404, -0.03695124760270119, 0.0178791806101799, 0.018737049773335457, -0.08230438083410263, -0.07940217107534409, 0.017353465780615807, -0.06306909024715424, -0.0014901664108037949, -0.0...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/README.md#c7
## 🌍 Culture & History - [Historical Origins](culture/historical_origins.md) - [Traditional Customs](culture/traditional_customs.md) - [Khuado](culture/khuado.md) - [Future of Zolai](culture/future_of_zolai.md) - [Zomi Comprehensive](culture/zomi_comprehensive.md) - [Historical Milestones](culture/historical_mileston...
{ "source": "wiki/README.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ -0.02490060031414032, 0.11324000358581543, -0.006923649460077286, -0.030671948567032814, 0.041948117315769196, -0.018801938742399216, -0.01859562285244465, -0.07258839905261993, -0.031469810754060745, -0.04497187212109566, 0.03586091101169586, -0.08336349576711655, 0.03289177268743515, 0.0...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/README.md#c8
## 📖 Literature - [Folklore & Idioms](literature/folklore_idioms.md) - [Poetry & Songs](literature/poetry_and_songs.md) - [Proverbs & Wisdom](literature/proverbs_and_wisdom.md) - [Sermon Register](literature/sermon_register.md) - [ZomiDaily Style](literature/zomidaily_style_v2.md) ---
{ "source": "wiki/README.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ 0.06162312254309654, 0.026004362851381302, 0.02643818035721779, -0.010071048513054848, 0.05777314677834511, 0.05676080286502838, 0.051938414573669434, -0.0479377917945385, 0.048483166843652725, -0.007541348226368427, -0.014985958114266396, 0.03330432251095772, 0.08706331253051758, -0.01488...
sentence-transformers/all-MiniLM-L6-v2
384
wiki/README.md#c9
## 📝 Translation & Register - [Translation Decision Patterns](translation/decision_patterns.md) - [English to Zolai Mapping](translation/english_to_zolai_mapping.md) - [Idioms](translation/idioms.md) - [Register Guide](grammar/register_guide.md) - [Social Registers](grammar/social_registers.md) ---
{ "source": "wiki/README.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ -0.01917823776602745, 0.004027523100376129, -0.06555135548114777, -0.04682483524084091, -0.005176449194550514, -0.013049488887190819, 0.09765111654996872, 0.026441039517521858, -0.02692011371254921, -0.07680375128984451, 0.018091533333063126, -0.04829271882772446, 0.032020457088947296, -0....
sentence-transformers/all-MiniLM-L6-v2
384
wiki/README.md#c10
## 📖 Biblical - [Books Summary](biblical/books_summary.md) - [Biblical Sentence Patterns](grammar/biblical_sentence_patterns.md) - [Comparative Book Patterns](biblical/comparative_book_patterns.md) - [Worship Linguistic Standards](biblical/worship_linguistic_standards.md) ---
{ "source": "wiki/README.md", "source_type": "wiki", "heading": "", "chunk_type": "wiki" }
[ -0.01179557852447033, 0.0840030238032341, 0.047396183013916016, -0.044925935566425323, 0.01014027837663889, -0.0001821271434891969, -0.034210626035928726, 0.0005890715983696282, 0.06871981918811798, 0.015907803550362587, -0.04443918168544769, -0.010856777429580688, 0.06518055498600006, -0....
sentence-transformers/all-MiniLM-L6-v2
384
End of preview. Expand in Data Studio

Zolai Knowledge Vectors

Pre-computed sentence embeddings for the Zolai-AI RAG Knowledge Brain -- a bilingual English-Zo (Tedim Chin) language preservation and learning system.

517,917 vectors from four knowledge sources, embedded with sentence-transformers/all-MiniLM-L6-v2 (384-dim).

What is Zolai?

Zolai (Tedim Zolai, ZVS 2018 orthography) is a Tibeto-Burman language spoken by the Zomi/Chin people of Myanmar and Northeast India. This dataset supports the Zolai-AI project -- a RAG-first bilingual AI toolkit to preserve and teach the language.

Dataset Overview

Source Chunks Description
Wiki 104,402 Grammar guides, vocabulary lists, curriculum, and learning materials from the zolai-wiki knowledge base (1,549 Markdown files)
Dictionary 114,142 Zolai-English dictionary entries (headwords, translations, parts of speech, examples) from 9 compiled dictionary sources
Parallel 248,646 Bilingual Zo-English sentence pairs aligned from the complete Zo Bible and English Bible
Bible Study 50,727 Vocabulary, grammar patterns, phrase analyses, and book summaries derived from 66 Bible books
Total 517,917 --

Schema

Each row is a JSON object:

{
  "text": "headword (pos): translation - example sentence",
  "metadata": {
    "source": "dictionary/dict_canonical_v1.jsonl",
    "source_type": "dictionary",
    "heading": "topa",
    "chunk_type": "dictionary"
  },
  "embedding": [0.0123, -0.0456],
  "embeddingModel": "sentence-transformers/all-MiniLM-L6-v2",
  "embeddingDim": 384
}

Fields

Field Type Description
text string The text content embedded (truncated to 512 chars)
metadata.source string Origin file path within the knowledge pipeline
metadata.source_type string One of: wiki, dictionary, parallel, bible
metadata.heading string Primary key / heading (word, verse reference, etc.)
metadata.chunk_type string Semantic chunk type matching source_type
embedding list[float] 384-dimensional L2-normalized embedding vector
embeddingModel string HuggingFace model ID used for embedding
embeddingDim int Embedding dimensionality (384)

text content by source type

source_type text format
wiki Markdown chunk (heading + body text, up to 512 chars)
dictionary word (pos): translations - example
parallel English sentence --> Zo sentence (reference)
bible word: gloss (freq: N) or pattern: example (explanation) or book: N verses, M vocab - top words

Data Sources

Source Upstream Repo Files
Wiki zolai-wiki *.md (1,549 files)
Dictionary zolai-datasets dict_canonical_v1.jsonl + archived sources
Parallel zolai-datasets zo_en_pairs_*.jsonl, bible_parallel_*.jsonl
Bible Study zolai-datasets *_study.jsonl (66 per-book files)

Embedding Model

Usage

Load with Python

import json

vectors = []
with open("knowledge_vectors.jsonl") as f:
    for line in f:
        vectors.append(json.loads(line))

print(f"Loaded {len(vectors)} vectors")

entry = vectors[0]
print(f"Text: {entry['text'][:100]}...")
print(f"Embedding dim: {len(entry['embedding'])}")
print(f"Source: {entry['metadata']['source_type']}")

Cosine similarity search

import numpy as np
from sentence_transformers import SentenceTransformer

model = SentenceTransformer("sentence-transformers/all-MiniLM-L6-v2")

query = "topa"
query_vec = model.encode([query], normalize_embeddings=True)[0]

results = []
for entry in vectors:
    sim = np.dot(query_vec, entry["embedding"])
    results.append((sim, entry))

results.sort(key=lambda x: -x[0])
for score, entry in results[:5]:
    print(f"[{score:.4f}] {entry['text'][:120]}")

With FAISS

import faiss
import json
import numpy as np

embeddings = []
with open("knowledge_vectors.jsonl") as f:
    for line in f:
        entry = json.loads(line)
        embeddings.append(entry["embedding"])

matrix = np.array(embeddings, dtype="float32")
index = faiss.IndexFlatIP(matrix.shape[1])
index.add(matrix)

print(f"FAISS index: {index.ntotal} vectors")

Language Notes

  • ZVS 2018 orthography is enforced across all text content
  • Key vocabulary differences vs Hakha/Falam: pasian (God) != pathian, topa (Lord) != Pathian, vantung (heaven) != van
  • hiam is the universal question marker (NOT ze, which is emphatic)
  • SOV word order, ergative in marker
  • 95.2% dictionary coverage on Genesis after dictionary consolidation

Reproducing

git clone https://github.com/Zolai-AI/zolai-core
cd zolai-core

python scripts/data/build_knowledge_index.py \
  --data-dir /path/to/data \
  --device cuda \
  --batch-size 256

# Output: data/knowledge/knowledge_vectors.jsonl (~3.8 GB)

License

MIT -- same as all Zolai-AI repositories.

Citation

@dataset{zolai_knowledge_vectors_2026,
  title={Zolai Knowledge Vectors: English-Zo Bible + Dictionary + Wiki Embeddings},
  author={Zolai-AI},
  year={2026},
  url={https://huggingface.co/datasets/peterpausianlian/zolai-knowledge-vectors}
}

Links

Downloads last month
75