Skip to content

Commit bcfabd0

Browse files
john0isaacpamelafox
andcommitted
Update src/backend/fastapi_app/rag_simple.py
Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
1 parent 5ca4ac3 commit bcfabd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)