|
|
|
|
|
by sometdog
1201 days ago
|
|
That is true, but you can combine LLMs with other tools to get sourcing and more accurate answers overall. Instead of using the LLM to directly answer a question, you can use the question to search for relevant text in a particular knowledgebase, and then use the LLM to summarize those results. |
|
As a consultant, based on personal experience, I can say that what you wrote above constitutes >90% of current enterprise use cases for ChatGPT. What clients REALLY want to do is be able to take a pre-trained LLM and then train it further on their own corpus of documents, but given limitations around token window size, the above is probably the best way to fake it for now.