MCPcopy Create free account
hub / github.com/BeastyZ/ConvSearch-R1 / doc_emb

Method doc_emb

src/retrieval/server.py:46–47  ·  view source on GitHub ↗
(self, input_ids, attention_mask)

Source from the content-addressed store, hash-verified

44 return query1
45
46 def doc_emb(self, input_ids, attention_mask):
47 return self.query_emb(input_ids, attention_mask)
48
49 def masked_mean_or_first(self, emb_all, mask):
50 if self.use_mean:

Callers

nothing calls this directly

Calls 1

query_embMethod · 0.95

Tested by

no test coverage detected