Skip to content

Commit

Permalink
Merge branch 'lvl/embedding_microservice' of https://github.com/opea-…
Browse files Browse the repository at this point in the history
…project/GenAIComps into lvl/embedding_microservice

Signed-off-by: lvliang-intel <[email protected]>
  • Loading branch information
lvliang-intel committed May 6, 2024
2 parents a229b85 + cf10396 commit f283283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comps/embeddings/langchain/local_embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ def embedding(input: TextDoc) -> EmbedDoc1024:
res = EmbedDoc1024(text=input.text, embedding=embed_vector)
return res


if __name__ == "__main__":
opea_microservices["opea_service@local_embedding"].start()

0 comments on commit f283283

Please sign in to comment.