-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sentence-bert #16
Comments
已经更新到架构题里了,主要用于向量召回和计算余弦相似度。 |
之前我们是把doc的向量存储到二进制文件中,后来把dco的向量存储到了es 中。 |
|
是的。sentence-bert 不需要分词,但是jaccard等算法需要使用分词的结果。 |
请问sentence-bert 用在 BEFAQ的架构图里面的那一部分?
The text was updated successfully, but these errors were encountered: