-
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\langchain\ragtest.py", line 108, in
embeddings = HuggingFaceEmbeddings(mode…
-
### Describe the bug
after following the install instructions 1 to 1 i get this error:
### Expected behavior
devika runs
### Screenshots and logs
```
(devika) PS C:\Users\Fabia\Documents\de…
-
AttributeError: 'CrossEncoder' object has no attribute 'rank'
-
I have a dataset of about 2 million sentences. Each sentence has some metadata (for example "authority":1 or "subject": "liability of directors").
My goal is to perform an hybrid search where the cor…
-
### 🐛 Describe the bug
I have the following code as the first lines in my main function:
```python
from sentence_transformers import SentenceTransformer
model = SentenceTransformer("all-Mini…
aabor updated
8 months ago
-
I am trying to deploy a chatbot web application on azure app services. I have fine-tuned an embedding model from sentence transformers. The docker image works fine on my local machine (screenshot atta…
-
Hi, can you tell me how to disable flash_attn?
model = SentenceTransformer("jinaai/jina-embeddings-v3",
device = device, trust_remote_code=True, model_kwargs={'default_task': 'text-matching' })
...…
-
In the GroupByLabelBatchSampler, what is the reason of doing (num_samples := len(sample_indices) // 2) to determine the groups?
https://github.com/UKPLab/sentence-transformers/blob/2dee8c22f618df3…
-
`In [1]: from sentence_transformers import SentenceTransformer
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most r…
-
I'm trying to use the DH benchmark from this year's OAEI.
I get the error below. Do you have any idea what is going wrong? I also included the `config.json` and `configMatcher.json`. To test I only …