-
i think its some dependencies error pip is unable to find the specific dependency for the sentence-transformers in there
pip install sentence_transformers
Collecting sentence_transformers
Usi…
-
我把下载好模型放到了/home/project/CRUD_RAG/sentence-transformers/bge-base-zh-v1.5/目录下,出现以下报错,请问应该放到哪里?
![image](https://github.com/user-attachments/assets/559a4cc5-8d6f-4526-9372-70ccef7268f4)
![image](http…
-
@michaelfeil had mentioned this in https://github.com/qdrant/fastembed/pull/54 — but I kind of missed the bus on that. Let's do that now. Primarily, need to do two things:
1. Port this into the ex…
-
### What is the issue?
When using different context sizes (`num_ctx`) with the Ollama embedding model, I noticed big differences in the cosine similarity of the embeddings. Specifically, when I set t…
-
In attempting to follow the setup in the README, am able to successfully call:
```
poetry poe local-infrastructure-up
```
Can then access the ZenML dashboard. However, none of the pipelines s…
-
Hi, I have some feedback about [this page](https://github.com/hazelcast/hz-docs/edit/v/5.5/docs/modules/data-structures/pages/vector-search-tutorial.adoc)
Tutorial Setup step 2 continuously fails:
…
-
If I have `datasets` as a locally available directory in my working directory and run `import sentence_transformers`, I get the following error:
```
Traceback (most recent call last):
File "", …
-
### System Info
I was using
```
from langchain_huggingface import HuggingFaceEmbeddings
embeddings=HuggingFaceEmbeddings(model_name="sentence-transformers/all-mpnet-base-v2")
```
and I am gettin…
-
Hi,
Is there support for sentence-transformers library?
More specifically, I want to train a CrossEncoder as follows:
from sentence_transformers import CrossEncoder
model = CrossEncoder(....)
m…
-
First of all Thank you for the amazing work. We use multiple encoders from Sentence transformers in our repo and so I wanted to know if there is any way we could get embedding dimension similar to Sen…