All of them. If you're seeing sources cited, it means it's a RAG (LLM with extra bits). The extra bits make a big difference as it means the response is limited to a select few points of reference and isn't comparing all known knowledge on a subject matter.
- Posts
- 1
- Comments
- 627
- Joined
- 3 yr. ago
- Posts
- 1
- Comments
- 627
- Joined
- 3 yr. ago
Object Relational Mapping can be helpful when dealing with larger codebases/complex databases for simply creating a more programmatic way of interacting with your data.
I can't say it is always worth it, nor does it always make things simpler, but it can help.