Skip to content

Commit d8bd6ee

Browse files
authored
fix function name issue (opea-project#1426)
Signed-off-by: letonghan <[email protected]>
1 parent be4c04f commit d8bd6ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

comps/retrievers/src/opea_retrievers_microservice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
port=7000,
5959
)
6060
@register_statistics(names=["opea_service@retrievers"])
61-
async def ingest_files(
61+
async def retrieve_docs(
6262
input: Union[EmbedDoc, EmbedMultimodalDoc, RetrievalRequest, ChatCompletionRequest]
6363
) -> Union[SearchedDoc, SearchedMultimodalDoc, RetrievalResponse, ChatCompletionRequest]:
6464
start = time.time()

0 commit comments

Comments
 (0)