HACKER Q&A
📣 BOOSTERHIDROGEN

Has anyone successfully implemented a LLM for a knowledge base?


Has anyone successfully implemented a LLM for a knowledge base?


  👤 ianpurton Accepted Answer ✓
Sort of. I'm working on https://bionic-gpt.com/

There are a lot of moving parts. So for example we had someone trying to use the software and it didn't really work for their use case. https://github.com/bionic-gpt/bionic-gpt/issues/106

It may work for your use case.


👤 drakonka
I recently made a demo to query the contents of video recordings with LlamaIndex[0].

I then created a little app of my own with a backing vector store to let me query a specific type of creative content that I need to reference often in my writing. It's still a very rough WIP, but has been promising. It's nice to be able to conversationally query these things instead of trawling through hundreds of pages for some obscure bit of information.

Now thinking of making another store for all of my blog posts over the years. Sometimes I look up how to do something and stumble across one of my own posts when I Google it. And sometimes I _know_ I have a post about a certain topic and just need to find it for a quick reference.

[0] https://github.com/daily-demos/recording-vector-store