Build An AI Chat Bot with CONVERSATIONAL MEMORY in Spring AI | Spring AI Tutorial

preview_player
Показать описание
In this video we learn about "How to Build an AI Chat Bot with CONVERSATIONAL MEMORY Using Spring AI"

This is episode two in the playlist on Spring AI Tutorial. In the 1st episode we learnt how to create open ai api key and get started with making basic calls to Open AI using Chat Client APIs. Playlist link given below.
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------

Рекомендации по теме
Комментарии
Автор

Thanks for the great video! I had previously done something similar and stored the conversation context in a mySql db. I really like how you have used the delimiter. I will try this and see if it improves the chat responses I get. Also your system prompt is really well done.

yeelqqb
Автор

Looks like we still need to keep track of ids and the responses of the LLM and send it with every prompt, doesn't that will blow up the 'context-window' of the model and also the cost repercussions.

backtoGodhead
Автор

Thanks for tutorial!! whats the code editor & distro that you're using?

Edkahmed
Автор

I was wondering why my model lost context when I asked a 2nd question and you saved my day! So, all the history prompt will also be regarded as token_count right? And it will accumulate each time I continue a conversation, if so, that will spend me quite a bit money.

songbaiyin
visit shbcf.ru