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.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
  • View page source

apache_beam.ml.rag package

Apache Beam RAG (Retrieval Augmented Generation) components. This package provides components for building RAG pipelines in Apache Beam, including: - Chunking - Embedding generation - Vector storage - Vector search enrichment

Subpackages

  • apache_beam.ml.rag.chunking package
    • Submodules
      • apache_beam.ml.rag.chunking.base module
        • ChunkingTransformProvider
      • apache_beam.ml.rag.chunking.langchain module
        • LangChainChunker
  • apache_beam.ml.rag.embeddings package
    • Submodules
      • apache_beam.ml.rag.embeddings.base module
        • create_rag_adapter()
      • apache_beam.ml.rag.embeddings.huggingface module
        • HuggingfaceTextEmbeddings

Submodules

  • apache_beam.ml.rag.types module
    • Content
      • Content.text
    • Embedding
      • Embedding.dense_embedding
      • Embedding.sparse_embedding
    • Chunk
      • Chunk.content
      • Chunk.id
      • Chunk.index
      • Chunk.metadata
      • Chunk.embedding
Previous Next

© Copyright .

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