this post was submitted on 14 May 2025
643 points (98.8% liked)

Technology

70395 readers
3884 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] SpaceNoodle@lemmy.world 27 points 2 weeks ago (2 children)

LLMs are absolute garbage for knowledge retrieval.

[–] 4am@lemm.ee 7 points 2 weeks ago (1 children)

Generalized LLMs like ChatGPT are. If you train a model on your own documentation then all it “knows” is what is in the docs and it can perform very well at finding relevant results. It’s just kind of a context-aware search engine at that point.

The problem again is that companies mostly aren’t doing that, they’re trying to replace humans with ChatGPT.

[–] taladar@sh.itjust.works 7 points 2 weeks ago* (last edited 2 weeks ago)

Except that your context aware search engine would tell you when there is no result and AI will just make shit up and distort the results it did find.

[–] tfowinder@lemmy.ml 5 points 2 weeks ago

It's not true.

Vector dbs and LLMs are really powerful at knowledge retrieval.

See notebooklm and open-source alternative.