meo-chatbot-data / README.md
Monmoonluna's picture
Upload README.md with huggingface_hub
c217d37 verified
|
Raw
History Blame Contribute Delete
1.16 kB
---
license: cc-by-nc-4.0
language:
- vi
tags:
- cat
- veterinary
- rag
- vietnamese
size_categories:
- 10K<n<100K
---
# meo-chatbot data
Pre-built RAG data for [meo-chatbot](https://github.com/monmoonluna/meo-chatbot) — Vietnamese cat advisor chatbot.
## Contents
- `chromadb/` — ChromaDB persistent client with **76,487 chunks** (384-dim e5-small embeddings)
- `chunks/classified.jsonl` — raw chunks with metadata (topic, content_type, severity, level)
- `cleaned/*.jsonl` — original articles per source (optional, only if `--include-cleaned`)
## Sources (11 VN cat websites)
pethealth.vn, paddy.vn, tropicpet.vn, mozzi.vn, champetsfamily.com,
petspace.vn, petthings.vn, kingspet.vn, fagopet.vn, mochicat.vn, petchoice.vn
## Usage
```python
from huggingface_hub import snapshot_download
snapshot_download(
repo_id="Monmoonluna/meo-chatbot-data",
repo_type="dataset",
local_dir="data/",
)
```
Then run chatbot per [main repo README](https://github.com/monmoonluna/meo-chatbot).
## License
Data crawled from public blogs with robots.txt respect. `source_url` in metadata
for attribution. Non-commercial use only (CC-BY-NC-4.0).