Find answers from the community

Updated last year

I.e. HuggingFaceEmbedding(model_name="

I.e. HuggingFaceEmbedding(model_name="BAAI/bge-small-en-v1.5")
L
2 comments
Plain Text
pipeline = IngestionPipeline(
  transformations=[
    ...,
    HuggingFaceEmbedding(model_name="BAAI/bge-small-en-v1.5")
  ]
)
Add a reply
Sign up and join the conversation on Discord