Is there Typesense alternative for "Algolia Recomm...
# contributions
n
Is there Typesense alternative for "Algolia Recommend"?
k
👋 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
Thanks for your prompt reply and sorry for my late reply.
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
The stats API endpoint returns counts tor last 10 seconds for search volume. You can periodically hit that and aggregate counts over longer intervals.