Skip to content

Commit bcfabd0

Browse files
john0isaacpamelafox
andcommitted
Update src/backend/fastapi_app/rag_simple.py
Co-authored-by: Pamela Fox <[email protected]>
1 parent 5ca4ac3 commit bcfabd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/fastapi_app/rag_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async def run(
7070
raise NotImplementedError
7171

7272
@abstractmethod
73-
async def retreive_and_build_context(
73+
async def retrieve_and_build_context(
7474
self,
7575
chat_params: ChatParams,
7676
*args,

0 commit comments

Comments
 (0)