diff --git a/embedchain/embedchain.py b/embedchain/embedchain.py index 3cd2f417..f0b783a7 100644 --- a/embedchain/embedchain.py +++ b/embedchain/embedchain.py @@ -220,7 +220,7 @@ class EmbedChain: Gets relevant doc based on the query and then passes it to an LLM as context to get the answer. - Maintains last 5 conversations in memory. + Maintains the whole conversation in memory. :param input_query: The query to use. :param config: Optional. The `ChatConfig` instance to use as configuration options.