Closed martiansideofthemoon closed 1 year ago
Hi, that's not a bug.
From v0.2.0 the index and index_file methods return (or at least they should return) the retriever, so that it's possible to build a fully working search engine in a single line of code.
v0.2.0
index
index_file
Is it not working on your end?
Hi @AmenRa, sorry it's probably an issue at my end. PIP didn't update my library due to the Python 3.8 constraint.
Hi, that's not a bug.
From
v0.2.0
theindex
andindex_file
methods return (or at least they should return) the retriever, so that it's possible to build a fully working search engine in a single line of code.Is it not working on your end?