Skip to content

Releases: yifanfeng97/Hyper-Extract

v0.2.0 - Unified Provider System

18 May 07:04

Choose a tag to compare

What's New

Features

  • Unified Provider System (#26): 统一 `create_client()` 接口,支持字符串简写
    • OpenAI (`create_client("openai", api_key=...)`)
    • 阿里云百炼 (`create_client("bailian", api_key=...)`)
    • 本地 vLLM (`create_client(llm="vllm:Qwen3.5-9B@http://localhost:8000/v1\", ...)`)
  • Debug Logging: LLM chunk 输入/结果日志,知识提取管道日志
  • CLI Logging: 通过 `HYPER_EXTRACT_LOG_LEVEL` 环境变量控制日志级别

Fixes

  • OpenAI-compatible Embeddings (#22): 修复 Ollama 等本地模型的 embeddings 支持
  • CLI Log Order: 修复 ontosight 覆盖日志级别的问题
  • CI Tests: 修复无 OPENAI_API_KEY 环境下的测试失败

Dependencies

  • `ontosight` >=0.1.8 (可视化引擎升级)
  • `semhash` >=0.4.1
  • `structlog` >=25.5.0

Resolved Issues

  • #26 Provider 系统统一
  • #22 Ollama embedding 修复
  • #21 国内模型支持(百炼、vLLM)
  • #24 Qwen 模型使用指南(百炼渠道)

v0.1.2 - CLI Bug Fix Release

11 Apr 02:06

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fixed CLI command error caused by incorrect function reference (load_kb_metadataload_ka_metadata) in get_template_from_ka

📦 Maintenance

  • Updated version to 0.1.2
  • Updated documentation version references

📋 Dependencies

  • Bump actions/checkout from 4 to 6
  • Bump actions/setup-python from 5 to 6
  • Bump astral-sh/setup-uv from 5 to 7
  • Bump actions/upload-artifact from 4 to 7

Bump version to 0.1.1

04 Apr 12:58

Choose a tag to compare

What's Changed

  • add cog_rag and hypergraph_rag by @haoohu in #1
  • update cog-rag by @haoohu in #2
  • feat: implement 22 finance domain templates. SEC Filings / Equity Research Reports / Prospectuses IPO Filings / Earnings Call Transcripts / Financial News & Market Commentary by @yuxizhe in #4
  • feat(tests): add finance test documents matching all 24 finance templates by @yuxizhe in #5
  • feat(industry): 新增工业领域知识图谱模板及测试样例 by @Rizrock in #6
  • undate cog_rag and graph_rag by @haoohu in #8
  • 精简、修改general模版,添加测试文本 by @Rizrock in #10

New Contributors

Full Changelog: https://github.com/yifanfeng97/Hyper-Extract/commits/v0.1.1