Change misleading documentation (history size) (#241)

This commit is contained in:
ahnedeee
2023-07-14 08:56:38 +03:00
committed by GitHub
parent b41fa6fdc4
commit c393c214dc

View File

@@ -220,7 +220,7 @@ class EmbedChain:
Gets relevant doc based on the query and then passes it to an Gets relevant doc based on the query and then passes it to an
LLM as context to get the answer. 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 input_query: The query to use.
:param config: Optional. The `ChatConfig` instance to use as :param config: Optional. The `ChatConfig` instance to use as
configuration options. configuration options.