-
SeekStorm comes with an http interface.
The SeekStorm server features an REST API via http: https://seekstorm.apidocumentation.com
It also comes with an embedded Web UI: https://github.com/SeekStorm/SeekStorm?tab=readme-ov-file#bu...
Or did you mean a Web based interface to create and manage indices, define index schemas, add documents etc?
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Re: stemming and lemming, I just want to plug the most impressive NLP stack I ever used, "chat script", really it's for building dialog trees where it walks down a branch of conversation using effectively switch statements but with really rich conceptual pattern matching and capturing - so somewhere in the middle of the stack it has excellent abstracting from word input to general concept (in WordNet), performing all the spell correction (according to your dictionary), stem, lem, and disambiguation.
I've had it in mind for a while to build a fuzzy search tool based on parsing each phrase into concepts, parsing the search query into concepts, and finding nearest match based on that. It's a C library and very fast.
https://github.com/ChatScript/ChatScript
Looks like it hasn't been committed to in some time, I'll have to check out their blog and see what's up. I guess with the advent of LLMs, dialog trees are passé.
-
-
MeiliSearch
A lightning-fast search API that fits effortlessly into your apps, websites, and workflow
How is it different from Meilisearch[1]? I’m running search for my small multi tenant SaaS and self hosted Meilisearch gives me grief like any relatively new tech, so I’m shopping for new solutions.
1: https://www.meilisearch.com/
-
Contrast with https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...
It is fast but, nowhere close to accurate or useful for this specific example. Could not find a way to force the plural form. Neither quotes nor plus worked.
Related posts
-
MeiliSearch VS SeekStorm - a user suggested alternative
2 projects | 21 Dec 2024 -
We Chose Meilisearch Over 10+ Other Search Engines Despite a Major Drawback
-
turbopuffer: Fast Search on Object Storage
-
SeekStorm VS tantivy - a user suggested alternative
2 projects | 22 Mar 2024 -
YaCy, a distributed Web Search Engine, based on a peer-to-peer network