-
In FlagEmbedding, hard negative mining is extracted based on ranking. (FlagEmbedding/baai_general_embedding/finetune/hn_mine.py) Is there a code that does hard negative mining based on similarity scor…
-
Thanks for the great work. I notice that in the Attention and FFN, the output matrix (i.e., self.to_out) is normalized differently along the first dimension instead of the last dimension (normalizing …
-
My macbook pro has original Transformer installed first.
I then followed instructions on
https://hpcfair.readthedocs.io/en/latest/pipelines/similarity_checking.html
I got the following error.…
-
### Feature Description
I looked at the code of milvus_index and found that the queries against it are connected with "and". How can I implement an "or" query?
my code is:
vector_store = MilvusVect…
-
A very common thing users might want to do is to compute the semantic similarity between nodes in a graph and then store that data back in the edges of the graph (to use as edge weights later).
I'v…
-
# Feature Request: Integrate Dimension Insensitive Euclidean Metric (DIEM) into Qdrant
## Background
We have come across a paper that proposes a novel distance metric called **Dimension Insensitiv…
-
https://iotcube.net/process/type/wf3
I upload two .hidx files but get the follow message:
error!
code: 400
status: error
message: ["error","notype"]
error: Bad Request
-
[X] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug.
**Describe the bug**
I have a DivisionByZero error while generating my testset. Th…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
How to get similarity_score?
Here is part of my code that queries the vector li…
-
### What is the issue?
I am using the ollama Python library for all the results I am getting.
As I create embeddings using ollama.embed() I get progressively worse embeddings as the batches are …