python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Accuracy Document Embedding in Apache Solr
I made use of Bert document embeddings to perform information retrieval on the CACM dataset. I achieved a very low accuracy score of around 6%. However when I used the traditional BM-25 method, the re...
Michael Pulis
Votes: 0
Answers: 1
Find the closest that a set of values occur in a list?
I am writing a search algorithm for text documents. The algorithm takes a set of keywords and returns those documents which closely match the provided set of keywords -- like a web search engine.
Righ...
Danya02
Votes: 0
Answers: 1
Pywinauto: Tree information lost after close of system dialog
I have a menu window of a propietary uia application which raises a subwindow. This subwindow raises a system file dialog window. All three windows have a full tree information which I can display by ...
Newnoob
Votes: 0
Answers: 0
How to use metadata for document retrieval using Sentence Transformers?
I'm trying to use Sentence Transformers and Haystack for document retrieval, focusing on searching documents on other metadata beside document text.
I'm using a dataset of academic publication titles,...
Ellio
Votes: 0
Answers: 1