Skip to content

Commit

Permalink
Merge branch 'refactor_lvm' of https://github.com/Spycsh/GenAIComps i…
Browse files Browse the repository at this point in the history
…nto refactor_lvm
  • Loading branch information
Spycsh committed Dec 30, 2024
2 parents df77b1d + 09f5960 commit fbedabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comps/lvms/src/opea_lvm_microservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async def stream_forwarder(response, time_start):
@register_statistics(names=["opea_service@lvm"])
async def lvm(
request: Union[LVMDoc, LVMSearchedMultimodalDoc, LVMVideoDoc]
) -> Union[TextDoc, MetadataTextDoc]: # can also return a StreamingResponse but omit it in annotation for FastAPI
) -> Union[TextDoc, MetadataTextDoc]: # can also return a StreamingResponse but omit it in annotation for FastAPI
start = time.time()

try:
Expand Down

0 comments on commit fbedabe

Please sign in to comment.