fixed type

This commit is contained in:
Yannick Stephan
2025-02-09 18:03:34 +01:00
parent 41f76ec459
commit 23283180c7
2 changed files with 5 additions and 4 deletions

View File

@@ -361,7 +361,7 @@ class QueryParam:
- "hybrid": Combines local and global retrieval methods.
- "naive": Performs a basic search without advanced techniques.
- "mix": Integrates knowledge graph and vector retrieval.
"""
"""
only_need_context: bool = False
"""If True, only returns the retrieved context without generating a response."""
response_type: str = "Multiple Paragraphs"