Show HN: I made an open-source project to ask questions to the Laravel docs (github.com)

6 points by cosmedev ↗ HN
After I posted about https://cosme.dev/ask-docs on Reddit I received some messages asking me how If I was going to make the code open source or if I could show them how I did it.

So I decided to create this repo so you can take a look at the code and maybe apply the same techniques on your own apps. It's made using only PHP as language so I think is pretty different since most stuff out there is made using python or javascript.

It uses the OpenAI API and Redis as a vector database.

2 comments

[ 3.2 ms ] story [ 11.8 ms ] thread
Hey do you know if it's possible to use chat gpt while training it on proprietary data without sending any of this proprietary sensitive data over the network to openapi?
Hey, I don't think its possible, or at least I've never heard of any way to do it.

You might want to look at self hosting an open source model, there are probably not a chat gpt levels yet, but as fast as things are going they might get there very soon.