Is there an open source search engine that I could use to index a small number of websites (think few thousands) and have the results be of quality similar to that on Yandex/Google?
👤 achairapart Accepted Answer ✓
No direct experience but I saved some links about this:
Not sure about a page rank like algorithm for search but there's a lot of tools now to build an index over text with vector embeddings. Weaviate for example offers hybrid indexes with configurable weights for keyword vs semantic search.