Add python flag embedding - #37
Closed
Gui-Yue wants to merge 0 commit into
Closed
Conversation
Gui-Yue
marked this pull request as draft
April 1, 2026 12:56
Gui-Yue
force-pushed
the
add-python-FlagEmbedding
branch
from
May 17, 2026 09:12
854b64e to
11dbf68
Compare
Gui-Yue
marked this pull request as ready for review
May 17, 2026 09:23
misaka00251
requested changes
May 18, 2026
Gui-Yue
force-pushed
the
add-python-FlagEmbedding
branch
7 times, most recently
from
May 18, 2026 08:25
2d74175 to
962d81c
Compare
Member
|
Can you upstream your patch? |
Contributor
Author
|
Contributor
Author
|
Relate:FlagOpen/FlagEmbedding#1580 |
misaka00251
approved these changes
May 19, 2026
Gui-Yue
force-pushed
the
add-python-FlagEmbedding
branch
from
May 28, 2026 12:57
962d81c to
680c1ee
Compare
Contributor
|
@Gui-Yue Still working on this package? |
Contributor
Author
1 前段时间太忙了x( |
Gui-Yue
force-pushed
the
add-python-FlagEmbedding
branch
from
June 19, 2026 10:08
680c1ee to
0806be3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add python FlagEmbedding
1. AI 系列包
python-flagembedding是 openRuyi AI 系列包中的重要包之一。它提供 BAAI 通用嵌入模型相关能力,可用于文本向量化、语义检索、召回和重排序等场景。2. PR 内新增包依赖关系
下图展示本 PR 新增的 13 个包之间的直接或间接依赖关系。
flowchart TB flagembedding["python-flagembedding"] sentence_transformers["python-sentence-transformers"] ir_datasets["python-ir-datasets"] beautifulsoup4["python-beautifulsoup4"] soupsieve["python-soupsieve"] inscriptis["python-inscriptis"] trec_car_tools["python-trec-car-tools"] cbor["python-cbor"] lz4["python-lz4"] warc3_wet["python-warc3-wet"] warc3_wet_clueweb09["python-warc3-wet-clueweb09"] zlib_state["python-zlib-state"] unlzw3["python-unlzw3"] flagembedding ~~~ sentence_transformers sentence_transformers ~~~ ir_datasets ir_datasets ~~~ beautifulsoup4 beautifulsoup4 ~~~ soupsieve soupsieve ~~~ inscriptis inscriptis ~~~ trec_car_tools trec_car_tools ~~~ cbor cbor ~~~ lz4 lz4 ~~~ warc3_wet warc3_wet ~~~ warc3_wet_clueweb09 warc3_wet_clueweb09 ~~~ zlib_state zlib_state ~~~ unlzw3 flagembedding --> sentence_transformers flagembedding --> ir_datasets ir_datasets --> beautifulsoup4 beautifulsoup4 --> soupsieve ir_datasets --> inscriptis ir_datasets --> trec_car_tools trec_car_tools --> cbor ir_datasets --> lz4 ir_datasets --> warc3_wet ir_datasets --> warc3_wet_clueweb09 ir_datasets --> zlib_state ir_datasets --> unlzw3