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 5ca4ac3 commit bcfabd0Copy full SHA for bcfabd0
src/backend/fastapi_app/rag_simple.py
@@ -70,7 +70,7 @@ async def run(
70
raise NotImplementedError
71
72
@abstractmethod
73
- async def retreive_and_build_context(
+ async def retrieve_and_build_context(
74
self,
75
chat_params: ChatParams,
76
*args,
0 commit comments