GraphRAG-Ollama-UI:支持Ollama本地模型接入,交互式UI界面

2024年7月18日 单位
GraphRAG-Ollama-UI:支持Ollama本地模型接入,交互式UI界面
郝彦飞

Welcome to GraphRAG Local with Ollama and Interactive UI! This is an adaptation of Microsoft's GraphRAG, tailored to support local models using Ollama and featuring a new interactive user interface.

欢迎使用 Ollama 和交互式 UI 来使用 GraphRAG Local!这是 Microsoft GraphRAG 的改编版,专为支持使用 Ollama 的本地模型而定制,并具有新的交互式用户界面。

*NOTE: The app gained traction much quicker than I anticipated so I am working to get any found bugs fixed and suggested improvements integrated. Right now it is fully functional, tested only on my Mac Studio M2 though. I am trying to be fluid with the adjustments and so will try to update at least every few hours when possible.

*注意:该应用程序获得关注的速度比我预期的要快得多,因此我正在努力修复所有发现的错误并集成建议的改进。目前它功能齐全,但仅在我的 Mac Studio M2 上进行了测试。我正在努力进行调整,因此如果可能的话,我会尝试至少每隔几个小时更新一次。

Changes being made right now:

目前正在进行的更改:

  • LLM agnostic: Use Ollama or set your own base URL and local model for LLM and Embedder
    LLM 不可知:使用 Ollama 或为 LLM 和 Embedder 设置您自己的基本 URL 和本地模型
  • Launch your own GraphRAG API server so you can use the functions in your own external app
    启动您自己的 GraphRAG API 服务器,以便您可以使用您自己的外部应用程序中的功能
  • Dockerfile for easier deployment
    Dockerfile 更容易部署
  • Experimental: Mixture of Agents for Indexing/Query of knowledge graph
    实验:用于知识图谱索引/查询的代理混合
  • More graph visual options
    更多图形视觉选项

源码地址: https://github.com/severian42/R