HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mpercy

no profile record

comments

mpercy
·12 miesięcy temu·discuss
Quite literally a fender bender.
mpercy
·w zeszłym roku·discuss
It doesn’t give any examples of open- vs closed-skills sports in the abstract…
mpercy
·2 lata temu·discuss
I believe it. Denying delicious El Farolito burritos to New Jerseyans would be tantamount to a war crime.
mpercy
·3 lata temu·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
·3 lata temu·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?