You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Utilize Context Caching for ontology on Chat session.
When calling send_message each call should Utilize Context Caching for ontology and not send the ontology on each call.
chat=kg.chat_session()
response=chat.send_message("Who is the director of the movie The Matrix?")
response=chat.send_message("How this director connected to Keanu Reeves?")
The text was updated successfully, but these errors were encountered:
Utilize Context Caching for ontology on Chat session.
When calling
send_message
each call should Utilize Context Caching for ontology and not send the ontology on each call.The text was updated successfully, but these errors were encountered: