I want to create a continuously improving legal AI. My idea is to constantly feed ChatGPT-4 legal knowledge so that it keeps learning. Is this possible? If it can’t be done with ChatGPT-4, is there another way to achieve this?
Doubt it, it can’t even remember details I gave it 10 minutes earlier.
The possibility of making an app (since you tag this under API) that can continuously gather knowledge is possible. Basically, you just embed all new knowledge and store the resulting vector data in a database. Then using RAG (Retrieval Augmented Generation), you can query the AI and search for result from the stored knowledge base.