-
### Bug Description
DEBUG:filelock:Lock 13121339920 released on /Users/whs/Library/Caches/llama_index/.locks/models--openai--clip-vit-base-patch32/9bfb42aa97dcd61e89f279ccaee988bccb4fabae.lock
Lock …
-
## How to reproduce the behaviour
I have tried to install DaCy using the Powershell Prompt (0.0.1) using the Anaconda Navigator. Writing "pip install dacy" in the Powershell Prompt, my PC tries to …
-
I am trying to quantize embeddings using the `quantize_embeddings` function. The results are a bit different from what I would expect -
```
from sentence_transformers import SentenceTransformer
…
-
I have installed the resquirements.txt
Upon running the python ingest.py command, I get the following error:
python ingest.py
Loading documents from /home/computer/Downloads/localGPT-main/SOURCE…
-
### Feature request
Pass in `torch_dtype` in model_kwargs, as supported by sentence_transformers when specifying dtype in the infinity_emb v2 cli when InferenceEngine type is torch.
This would all…
-
Using version `2.2.2`. Several places in the docs show computing similarity like this (example here https://www.sbert.net/index.html)
```python
# 3. Calculate the embedding similarities
similarit…
-
Hi,
This notebook is awesome. I have a question, what if the model I want to deploy is not the [sentence-transformers list](https://huggingface.co/models?library=sentence-transformers&sort=trending…
-
I am trying to fine-tune a SentenceTransformer model on a retrieval dataset using a custom distance metric as the similarity function. My goal is to generate a token_embedding for the query and a sent…
-
This is a challenging issue that I've been working on...First, here is my entire script:
SCRIPT
```
import shutil
import yaml
import gc
from langchain_community.docstore.document import Do…
-
yahboom@yahboom-virtual-machine:~/gpt_ws$ ros2 run gpt_client gpt_client
[INFO] [1716294495.241716529] [gpt_client]: gpt_client already.
INFO:root:Loading keys...
INFO:root:Done.
INFO:root:Init…