lmeyerov
lmeyerov
as w/ other semantic search, now also getting: ``` File /opt/conda/envs/rapids/lib/python3.8/site-packages/pandas/io/excel/_base.py:1656, in ExcelFile.__init__(self, path_or_buffer, engine, storage_options) 1652 ext = inspect_excel_format( 1653 content_or_path=path_or_buffer, storage_options=storage_options 1654 ) 1655 if ext is None:...
@tanmoyio search still problematic on hn demo even for 0.29.1 (g distro so w/ rapids): 
I'm getting a lot of: ``` gr = g2.search_graph('How to create deep learning models', thresh=15, top_n=50, scale=0.25, broader=False) gr.plot() ``` => ``` **No results found due to empty DataFrame, returning...
I wonder if this is parameterization based on cpu vs gpu, or something deeper?
yeah merging this to master if it works seems easier, then cleanup can merge it in
@tanmoyio is this in the merge branch already so can close this?
@tanmoyio do we close? What is going on with this one?
cc @tanmoyio @silkspace I'll try to test `pip install faiss-cpu` / `#cleanup` against the base image for now...
Doesn't cuml/cugraph have algos like agglomerative & hierarchical clustering? I had users before where we used that and I think we used cugraph to hit their scale
So I guess more specifically: * For bigger graphs, can we have a GPU mode? * inputs: I think in that case we wanted to control community count or iterations,...