Similarity matrix of documents instead of similarity based query #5634
Unanswered
emilmirzayev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, is it possible to generate a similarity matrix of the documents instead of querying
k
elements based on cosine similarity usinglangchain
?Querying I mean this:
Now, instead of searching by score, i want to create a score matrix
n x n
, wheren
is the number of documents.Beta Was this translation helpful? Give feedback.
All reactions