wxywb

Results 7 issues of wxywb

I try to compile the basic_stream.cu, but it seems need to explicitly specify the dev_id to Stream constructor. When i try to pass the parameter to constructor and build successfully,...

Signed-off-by: wxywb

lgtm
approved
size/S

dco-passed
approved
size/L
lgtm

Thanks for your release of new reranker model, but I noticed in https://github.com/FlagOpen/FlagEmbedding/blob/25c30a853d93434724929ac83136cd8dda24291a/FlagEmbedding/flag_reranker.py#L345-L348 Considering that many users and projects still operate on earlier Python versions(below 3.10), I believe adjusting the...

I noticed lexicial_weights of BGE M3, is a dict of str: float. The key is a string form of index(tokenizer's vocabulary), is there some design reason for this? We can...

# Description This PR add the hybrid retrieval functionality to MilvusVectorStore. Fixes # (issue) ## New Package? Did I fill in the `tool.llamahub` section in the `pyproject.toml` and provide a...

size:XL

when we set a rm in dspy, and we call the dspy.Retrieve, the following lines will be executed https://github.com/stanfordnlp/dspy/blob/b05394bb20722444648a33b4447156bcef202fd6/dsp/primitives/search.py#L8-L24 so we can see in L12, the `passages` return by retrievers...