Curious if it can be connected to, or set up to update fine tunings on a schedule? Admittedly I’ve only slightly paid attention RAG so far, but not sure if this is a step further, or already a current capability.
Curious if it can be connected to, or set up to update fine tunings on a schedule? Admittedly I’ve only slightly paid attention RAG so far, but not sure if this is a step further, or already a current capability.
I agree with the other guy, you just need semantic search of some flavor unless you have industry specific language that the LLM won’t understand well enough to write
Ok great. So if we aren’t getting great results with RAG, then fine tune with our own dataset on our language to see if that helps.
I’m hoping to find an automated way to RAG, ideally with a db connection but maybe could set up an api script to export data from the db and upload to the model. I assume at least the second option exists, so I’ll be looking.