KylinMountain / graphrag-server

添加🚀流式 Web 服务到 GraphRAG,兼容 OpenAI SDK,支持可访问的实体链接🔗,支持建议问题,兼容本地嵌入模型,修复诸多问题。Add streaming web server to GraphRAG, compatible with OpenAI SDK, support accessible entity link, support advice question, compatible with local embedding model, fix lots of issues.
https://microsoft.github.io/graphrag/
MIT License
201 stars 26 forks source link

Merge official repo #1

Closed KylinMountain closed 3 months ago

KylinMountain commented 4 months ago

Description

[Provide a brief description of the changes made in this pull request.]

Related Issues

[Reference any related issues or tasks that this pull request addresses.]

Proposed Changes

[List the specific changes made in this pull request.]

Checklist

Additional Notes

[Add any additional notes or context that may be helpful for the reviewer(s).]

KylinMountain commented 4 months ago

Can not query, there's bug...

KylinMountain commented 4 months ago

如何在本地切换分支然后合并来自microsoft的更新

# 添加 upstream 远程仓库(如果尚未添加)
git remote add upstream https://github.com/microsoft/repository-name.git

# 获取最新的远程仓库信息
git fetch origin
git fetch upstream

# 切换到您的 PR 分支
git checkout cutomize

# 创建一个新的本地分支
git checkout -b cutomize-update

# 选择性地合并或挑选更改
git cherry-pick <commit-hash>  # 替换 <commit-hash> 为您想要的特定提交的哈希值

# 处理完成后推送到您的 fork(如果需要)
git push origin cutomize-update
meltingrock commented 3 months ago

如何在本地切换分支然后合并来自microsoft的更新

# 添加 upstream 远程仓库(如果尚未添加)
git remote add upstream https://github.com/microsoft/repository-name.git

# 获取最新的远程仓库信息
git fetch origin
git fetch upstream

# 切换到您的 PR 分支
git checkout cutomize

# 创建一个新的本地分支
git checkout -b cutomize-update

# 选择性地合并或挑选更改
git cherry-pick <commit-hash>  # 替换 <commit-hash> 为您想要的特定提交的哈希值

# 处理完成后推送到您的 fork(如果需要)
git push origin cutomize-update

Hi and Thank you, which commit hashes are you comfortable to include?

KylinMountain commented 3 months ago

如何在本地切换分支然后合并来自microsoft的更新

# 添加 upstream 远程仓库(如果尚未添加)
git remote add upstream https://github.com/microsoft/repository-name.git

# 获取最新的远程仓库信息
git fetch origin
git fetch upstream

# 切换到您的 PR 分支
git checkout cutomize

# 创建一个新的本地分支
git checkout -b cutomize-update

# 选择性地合并或挑选更改
git cherry-pick <commit-hash>  # 替换 <commit-hash> 为您想要的特定提交的哈希值

# 处理完成后推送到您的 fork(如果需要)
git push origin cutomize-update

Hi and Thank you, which commit hashes are you comfortable to include?

only this two commit I have merged. image