Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@shibing624 shibing624 released this 06 Sep 09:46
· 2 commits to main since this release

v1.1.0版本

ChatPDF v1.1版本升级。

https://github.com/shibing624/ChatPDF

  • 本项目实现了轻量版的GraphRAG
    • 支持local模式的关系图检索的文档问答
    • 支持Openai API, Deepseek API, Ollama API等,可自行扩展支持更多LLM
    • 支持openai embedding、本地 text2vec embedding、huggingface embedding、sentence-transformers embedding等
    • 异步开发,支持多个API并发请求

GraphRAG示例

Tip

Please set OpenAI API key in environment: export OPENAI_API_KEY="sk-...".

If you don't have LLM key, check out this graphrag._model.py that using ollama .

python graphrag_demo.py

Full Changelog: 1.0.0...1.1.0