BIGDATA_USERNAME
and BIGDATA_PASSWORD
environment variables. If they are not set, you
can either set them or pass the username
and password
arguments to
the Bigdata
class:
Similarity
query to search for documents that are
similar to the query string.
rerank_threshold
argument is used to apply the re-ranking using
the cross encoder between the query and the initial search results. This
will filter out the documents that have a re-ranking relevance score
below this threshold, so enhances the relevance of the final search
results.
rerank_threshold
are filtered out,
improving overall relevance.
For more details, please refer to the Bigdata.com API official
documentation.
Happy Searching! 🚀