Apache Beam
  • apache_beam.coders package
  • apache_beam.dataframe package
  • apache_beam.io package
  • apache_beam.metrics package
  • apache_beam.ml package
    • Subpackages
      • apache_beam.ml.anomaly package
      • apache_beam.ml.gcp package
      • apache_beam.ml.inference package
      • apache_beam.ml.rag package
        • Subpackages
        • Submodules
      • apache_beam.ml.transforms package
  • apache_beam.options package
  • apache_beam.portability package
  • apache_beam.runners package
  • apache_beam.testing package
  • apache_beam.transforms package
  • apache_beam.typehints package
  • apache_beam.utils package
  • apache_beam.yaml package
  • apache_beam.error module
  • apache_beam.pipeline module
  • apache_beam.pvalue module
Apache Beam
  • apache_beam.ml package
  • apache_beam.ml.rag package
  • apache_beam.ml.rag.embeddings package
  • View page source

apache_beam.ml.rag.embeddings package

Embedding components for RAG pipelines. This module provides components for generating embeddings in RAG pipelines.

Submodules

  • apache_beam.ml.rag.embeddings.base module
    • create_rag_adapter()
  • apache_beam.ml.rag.embeddings.huggingface module
    • HuggingfaceTextEmbeddings
      • HuggingfaceTextEmbeddings.get_model_handler()
      • HuggingfaceTextEmbeddings.get_ptransform_for_processing()
  • apache_beam.ml.rag.embeddings.vertex_ai module
    • VertexAITextEmbeddings
      • VertexAITextEmbeddings.get_model_handler()
      • VertexAITextEmbeddings.get_ptransform_for_processing()
Previous Next

© Copyright %Y, Apache Beam.

Built with Sphinx using a theme provided by Read the Docs.