Skip to content

feat: Add DeepSeek Harness ingestion - #14

Open
daoistvet wants to merge 1 commit into
robertoshimizu:developmentfrom
daoistvet:feat-import-deepseek-harness
Open

feat: Add DeepSeek Harness ingestion#14
daoistvet wants to merge 1 commit into
robertoshimizu:developmentfrom
daoistvet:feat-import-deepseek-harness

Conversation

@daoistvet

Copy link
Copy Markdown

Add pipeline/dsh_to_rdf.py — converts DeepSeek
Harness event-log exports (.jsonl or .zip containing session.jsonl) to RDF Turtle
with platform deepseek-harness. Mirrors deepseek_to_rdf.py: session/message/model nodes,
linear parent chaining, assistant-text-only LLM triple extraction with the SQLite cache,
and reified KnowledgeTriple provenance.

Verification:

  • python -m pipeline.dsh_to_rdf <input.jsonl|.zip> <output.ttl> --skip-extraction — 32 user + 306 assistant messages, 2,309 structural triples, platform/title/model metadata correct.

Since the release of Deepseek-V4 0731 Flash and Pro models, DeepSeek has released their official DeepSeek Harness (DSH), and chat.deepseek.com is fully integrated with DSH.

Add `pipeline/dsh_to_rdf.py` — converts DeepSeek
  Harness event-log exports (`.jsonl` or `.zip` containing `session.jsonl`) to RDF Turtle
  with platform `deepseek-harness`. Mirrors `deepseek_to_rdf.py`: session/message/model nodes,
  linear parent chaining, assistant-text-only LLM triple extraction with the SQLite cache,
  and reified KnowledgeTriple provenance.

Verification:
- `python -m pipeline.dsh_to_rdf <input.jsonl|.zip> <output.ttl> --skip-extraction` — 32 user +
  306 assistant messages, 2,309 structural triples, platform/title/model metadata correct.

Since the release of Deepseek-V4 0731 Flash and Pro models, DeepSeek has released their official DeepSeek Harness (DSH), and chat.deepseek.com is fully integrated with DSH.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant