I want to combine my database with that database.

#4
by yulgok - opened

I want to combine my database with that database. So I'm trying to embed my database in the same way, but I don't know how to do.

I tried using DPRCtextEncoderTokenizer for 'id 6' as a test, but I couldn't get the same result. Is this the right approach?

I don't know how to get the embedded value for the data called {"id" : "1", "text" : ""Aaron Aaron ( or ....... received from", "title" : "Aaron"}.
As of 2023, this value cannot be obtained using "dpr-ctx_encoder-single-nq-base".

@yulgok did you figure out?

@yulgok @kerkathy I met the similar issue. It can be resolved by computing the embeddings for the string f"{title}[sep]{text}" rather than only the text.

Sign up or log in to comment