-
In some cases the custom embeddings shouldn't replace the existing features with the same concept Id's but add to them. This could require running `MapIds` again since we need to add new features.
-
Given the constraints of PGVector, we are currently limited to using text embeddings with a fixed dimension. This limits our ability to test and use text embeddings from different suppliers (e.g., [cl…
-
Hi,
Thanks for sharing the codebase. While running the experiment-page-rank.ipynb, I noticed the following issues:
1. `train_topic_with_scored_kps = pd.read_pickle('../../data/train_topic_keypoint…
-
When I download the gguf file of Qwen 2.5 from Hugging Face and deploy it as an LLM for LightRag through Ollama's modelfile, it always gets stuck at the last step, no matter how large or small my txt …
-
- [ ] #1372
- [x] https://github.com/embeddings-benchmark/mteb/issues/1396
- [x] Ensure old results are present in the new leaderboard (https://github.com/embeddings-benchmark/results/pull/43)
- […
-
Hi, given that now RKNN-LLM supports embedding, I tried with different models , but no one works with embeddings.
Can you point me out a model that supports embedding and is compatible with RKLLM?
…
-
Implementation should be similar to the OpenAI embeddings
-
Phi3.5-Vision theoretically has the capability to handle video clip inputs. Have you attempted to use this embedding model on video inputs?
I attempted to process videos using the following code, ra…
-
Hey - excited to use Smart Connections but I've tried both the local `bge-micro-v2` model and the OpenAI `text-embedding-3-small` models with no luck. Let me describe the problem using the local model…
-
Recently adapters was updated and now the embeddings returned by specter2 proximity have 4 digits instead of 8 digits of precision.
```shell
pip install adapters
pip install torch
```
This is…