this post was submitted on 27 Sep 2023
1 points (66.7% liked)

Programming

17110 readers
294 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

A personal chatbot that can search through your notes and saved documents sounds like an obvious application of LLMs, but for some reason I can't find such a project. Are there any in the works?

top 3 comments
sorted by: hot top controversial new old
[–] tun@lemm.ee 2 points 1 year ago

https://github.com/imartinez/privateGPT

Interact privately with your documents using the power of GPT, 100% privately, no data leaks

[–] porkins@sh.itjust.works 1 points 1 year ago

I did this with my wiki in order to read each article and come up with a category and keyword cloud. I first started by attempting to use many different tools to build my own LLM and then realized that I was reinventing the wheel and shifted to using OpenAI’s API. I was able to prompt it to read each article as input and output what I needed in a machine readable format. It worked like a charm.

[–] SaintWacko@midwest.social 1 points 1 year ago

If you're in the Google ecosystem, Bard recently gained the (toggleable) ability to access you email/notes (can't remember if it can access documents)