[GH-ISSUE #3797] hope add more embedding models #28103

Closed
opened 2026-04-22 05:55:55 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @zhangzhongpeng02 on GitHub (Apr 21, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/3797

I hope to add more embedding models, such as "bge-large-zh-v1.5"、”bce-embedding-base“、"gte-large"

Originally created by @zhangzhongpeng02 on GitHub (Apr 21, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/3797 I hope to add more embedding models, such as "bge-large-zh-v1.5"、”bce-embedding-base“、"gte-large"
GiteaMirror added the model label 2026-04-22 05:55:55 -05:00
Author
Owner

@thinkverse commented on GitHub (Apr 21, 2024):

bge-large-zh-v1.5 has been added by the community: dztech/bge-large-zh, as well as gte-large: milkey/gte.

bce-embedding-base cannot be added yet since llama.cpp doesn't support the xlm-roberta architecture.

<!-- gh-comment-id:2068052369 --> @thinkverse commented on GitHub (Apr 21, 2024): `bge-large-zh-v1.5` has been added by the community: [dztech/bge-large-zh](https://ollama.com/dztech/bge-large-zh), as well as `gte-large`: [milkey/gte](https://ollama.com/milkey/gte). `bce-embedding-base` cannot be added yet since llama.cpp doesn't support the `xlm-roberta` architecture.
Author
Owner

@AprilCat commented on GitHub (Apr 30, 2024):

bge-large-zh-v1.5 has been added by the community: dztech/bge-large-zh, as well as gte-large: milkey/gte.

bce-embedding-base cannot be added yet since llama.cpp doesn't support the xlm-roberta architecture.

after executing

ollama pull dztech/bge-large-zh:v1.5

I got error:

pulling manifest 
Error: pull model manifest: Get "https://ollama.com/token?nonce=RpAJ5MYmZq2JN_s6hT6riA&scope=repository%!A(MISSING)dztech%!F(MISSING)bge-large-zh%!A(MISSING)pull&service=ollama.com&ts=1714456747": read tcp 192.168.1.152:45624->34.120.132.20:443: read: connection reset by peer

So how to use bge-large-zh?

<!-- gh-comment-id:2084446268 --> @AprilCat commented on GitHub (Apr 30, 2024): > `bge-large-zh-v1.5` has been added by the community: [dztech/bge-large-zh](https://ollama.com/dztech/bge-large-zh), as well as `gte-large`: [milkey/gte](https://ollama.com/milkey/gte). > > `bce-embedding-base` cannot be added yet since llama.cpp doesn't support the `xlm-roberta` architecture. after executing ```bash ollama pull dztech/bge-large-zh:v1.5 ``` I got error: ```bash pulling manifest Error: pull model manifest: Get "https://ollama.com/token?nonce=RpAJ5MYmZq2JN_s6hT6riA&scope=repository%!A(MISSING)dztech%!F(MISSING)bge-large-zh%!A(MISSING)pull&service=ollama.com&ts=1714456747": read tcp 192.168.1.152:45624->34.120.132.20:443: read: connection reset by peer ``` So how to use bge-large-zh?
Author
Owner

@thinkverse commented on GitHub (Apr 30, 2024):

@AprilCat seems like a connection issue, might be the same issue as https://github.com/ollama/ollama/issues/4042 or any other networking issue. Check for issues labelled networking or create your own bug issue.

<!-- gh-comment-id:2085212420 --> @thinkverse commented on GitHub (Apr 30, 2024): @AprilCat seems like a connection issue, might be the same issue as https://github.com/ollama/ollama/issues/4042 or any other networking issue. Check for [issues labelled networking](https://github.com/ollama/ollama/issues?q=is%3Aopen+is%3Aissue+label%3Anetworking) or create your own bug issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#28103