Is there Typesense alternative for "Algolia Recommend"?
k
Kishore Nallan
03/17/2023, 7:48 AM
👋 You can generate word embeddings for records and use our vector search feature (https://typesense.org/docs/0.24.0/api/vector-search.html#vector-search) to surface semantically similar documents.
This will provide content recommendations, but does not personalize or build upon user actions/interactions.
n
Nop Developer
03/17/2023, 6:22 PM
Thanks for your prompt reply and sorry for my late reply.
Nop Developer
03/17/2023, 6:23 PM
One more thing, is there a way to get the number of search requests made to typesense server? Do you keep logs for all incoming requests? Or what'd be the better approach to retrieve it?
k
Kishore Nallan
03/18/2023, 12:39 AM
The stats API endpoint returns counts tor last 10 seconds for search volume. You can periodically hit that and aggregate counts over longer intervals.