Started By
Message

re: Anyone with AI knowledge here?

Posted on 11/7/23 at 10:40 am to
Posted by ThatBaw
Baton Rouge
Member since Jul 2023
205 posts
Posted on 11/7/23 at 10:40 am to
Yes, it is possible. The cost-effective way to do so is leverage an existing AI-enabled document searching tool such as Azure Cognitive Search. The cog search indexes data and searches using AI, but only returns relevant documents.

In order to get an AI chat response, you can leverage either Azure's in-house connection to OpenAI or make a call to the OpenAI ChatGPT API. To make a call to that service you would need to include the context, or the "chat log" like in ChatGPT. This is where you would have the prompt, or the question, and include the contents of the document.

The result would be the ability to show ChatGPT a document and ask questions about it. As of now, at least for ChatGPT, this is the most cost effective way. To make calls to ChatGPT API the cost is $0.01 per 1000 tokens, or about 8000 words. To have it read 1000 pages would cost several dollars, doing so all at once wouldn't make much sense.

Solutions like this do already exist.

If you follow this demo you could set something like this up for yourself.

Azure Search + OpenAI

The only other way to train a model on new data is to have access to the actual model.
first pageprev pagePage 1 of 1Next pagelast page
refresh

Back to top
logoFollow TigerDroppings for LSU Football News
Follow us on Twitter, Facebook and Instagram to get the latest updates on LSU Football and Recruiting.

FacebookTwitterInstagram