We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ad45d commit 5bd33e8Copy full SHA for 5bd33e8
backend/src/app/services/query_service.py
@@ -137,7 +137,6 @@ async def inference_query(
137
llm_service: LLMService,
138
) -> QueryResult:
139
"""Generate a response, no need for vector retrieval."""
140
-
141
# Since we are just answering this query based on data provided in the query,
142
# ther is no need to retrieve any chunks from the vector database.
143
0 commit comments