如果pip找不到这个库,那么可能是因为这个库没有发布到PyPI上,或者它的名称有误。 检查Python环境路径设置是否正确: 如果flagembedding模块已经安装,但仍然出现“no module named 'flagembedding'”的错误,那么可能是因为Python环境的路径设置不正确。你可以通过以下命令来检查当前Python环境的路径: bash which python #...
staoxiao update pypi c7cefcd· Apr 17, 2024 HistoryHistory File metadata and controls Code Blame 22 lines (20 loc) · 604 Bytes Raw from setuptools import setup, find_packages with open("README.md", mode="r", encoding="utf-8") as readme_file: readme = readme_file.read() setup...
Note that currently, if you usepip installand install the package from PyPI, you will likely encounter the following error. importtorchfromFlagEmbedding.visual.modelingimportVisualized_BGEmodel=Visualized_BGE(model_name_bge="BAAI/bge-m3",model_weight=visualized_m3_path)withtorch.no_grad():query_em...
Contributor hanhainebula commented Oct 31, 2024 Thank you for pointing this bug! We will update the pypi release later. For now, you can use by: git clone https://github.com/FlagOpen/FlagEmbedding.git cd FlagEmbedding pip install . ...
FlagEmbedding focuses on retrieval-augmented LLMs, consisting of the following projects currently: News 4/30/2024: ReleaseLlama-3-8B-Instruct-80K-QLoRA, extending the context length of Llama-3-8B-Instruct from 8K to 80K via QLoRA training on a few synthesized long-context data. The model ac...
update pypi staoxiaocommittedApr 17, 2024 c7cefcd Commits on Apr 11, 2024 Merge pull request FlagOpen#672 from khazic/master staoxiaocommittedApr 11, 2024 Verified 53cfac4 Merge pull request FlagOpen#676 from hanhainebula/master staoxiaocommittedApr 11, 2024 Verified 4f3db6a Paginatio...
Files master C_MTEB FlagEmbedding LM_Cocktail Long_LLM examples .DS_Store .gitignore LICENSE README.md README_zh.md setup.py
update pypi Apr 17, 2024 tmp.py new May 10, 2024 utils.py new Apr 25, 2024 View all files README License FlagEmbedding News|Projects|Model List|Contributor|Citation|License English|中文 FlagEmbedding focuses on retrieval-augmented LLMs, consisting of the following projects currently: ...
update pypi version 1.3.1 8028b2b 545999961 merged commit 390b893 into FlagOpen:master Oct 31, 2024 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Reviewers No reviews Assignees No one assigned Labels None yet Projects None yet ...
Currently some of the eva_clip files are not included in pypi wheel. This PR fixes this bug. fixes #628 and #936 fcakyon added 2 commits August 28, 2024 03:03 fix error in visualized bge Verified 42e0a0b Update setup.py Verified 8af94e0 Collaborator JUNJIE99 commented Aug 28, 20...