Aman Choudhri

Results 2 issues of Aman Choudhri

Add functions to export a given graph to a local MongoDB and then query some basic information back from that DB.

On Python 3.12, attempting to import `DenseRetrievalExactSearch`, ``` from beir.retrieval.search.dense.exact_search import DenseRetrievalExactSearch as DRES ``` throws an AttributeError: ``` Traceback (most recent call last): File "/workspace/exa-bin-quant/bin_quant/encode.py", line 3, in from...