HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mpercy

no profile record

comments

mpercy
·vor 12 Monaten·discuss
Quite literally a fender bender.
mpercy
·letztes Jahr·discuss
It doesn’t give any examples of open- vs closed-skills sports in the abstract…
mpercy
·vor 2 Jahren·discuss
I believe it. Denying delicious El Farolito burritos to New Jerseyans would be tantamount to a war crime.
mpercy
·vor 3 Jahren·discuss
He has the advantage of knowing what is there and they can create an arrangement to license or sell the IP to another entity… if it’s just gathering dust, why not?
mpercy
·vor 3 Jahren·discuss
How are people actually using vector databases?

The closest explanation to a use case architecture I've seen recently was https://mattboegner.com/knowledge-retrieval-architecture-for... - it basically describes doing knowledge retrieval (keyword parsing) from LLM queries, feeding that to a vector db to do similarity search to get a top K similar documents to the parsed keywords, then feeding that list that back into the LLM as potential useful documents it can reference in its response. It's neat but it seems a bit hacky. Is that really the killer app for these things?