AmenRa / retriv

A Python Search Engine for Humans 🥸
MIT License
174 stars 20 forks source link

Minor bug fix to minimal example in README #11

Closed martiansideofthemoon closed 1 year ago

AmenRa commented 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.

Is it not working on your end?

martiansideofthemoon commented 1 year ago

Hi @AmenRa, sorry it's probably an issue at my end. PIP didn't update my library due to the Python 3.8 constraint.