feat: chat multi-document answers (#235)

This commit is contained in:
cachho
2023-07-11 17:51:13 +02:00
committed by GitHub
parent e194f90619
commit 670786afb8
2 changed files with 6 additions and 1 deletions

View File

@@ -54,7 +54,8 @@ class QueryConfig(BaseConfig):
"""
Initializes the QueryConfig instance.
:param number_documents: Number of documents to pull from the database as context.
:param number_documents: Number of documents to pull from the database as
context.
:param template: Optional. The `Template` instance to use as a template for
prompt.
:param model: Optional. Controls the OpenAI model used.