HackerTrans
热门最新趋势评论往期问答秀出招聘

Strift

no profile record

提交

Show HN: Semantic search for MTG

mtgbuilder.ai
1 分·作者 Strift·6个月前·0 评论

Building a retrieval API to search my Obsidian vault from LibreChat

laurentcazanove.com
1 分·作者 Strift·10个月前·0 评论

Building the future of search with Meilisearch AI

meilisearch.com
3 分·作者 Strift·去年·0 评论

Building a Next.js Shopify Storefront with Blazity

blog.meilisearch.com
2 分·作者 Strift·2年前·0 评论

Meilisearch 1.9

blog.meilisearch.com
4 分·作者 Strift·2年前·0 评论

Nuxt releases icon module v1

github.com
1 分·作者 Strift·2年前·0 评论

Results at keystroke speed: inside a full-text search engine

blog.meilisearch.com
4 分·作者 Strift·2年前·0 评论

Minimal Auth module for Nuxt 3

github.com
1 分·作者 Strift·2年前·0 评论

[untitled]

1 分·作者 Strift·3年前·0 评论

Laravel Sail add support for Bun

github.com
1 分·作者 Strift·3年前·0 评论

Vector storage is coming to Meilisearch to empower search through AI

blog.meilisearch.com
6 分·作者 Strift·3年前·0 评论

Nine Reasons Why Postgres Might Not Be Good Enough for Full Text Search

blog.meilisearch.com
5 分·作者 Strift·3年前·0 评论

评论

Strift
·6个月前·讨论
I just use a web server and a search engine.

TL;DR: - chunk files, index chunks - vector/hybrid search over the index - node app to handle requests (was the quickest to implement, LLMs understand OpenAPI well)

I wrote about it here: https://laurentcazanove.com/blog/obsidian-rag-api
Strift
·2年前·讨论
I hate how slow the docs have become. Fwiw, we're working on fixing it :p