We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9538a4a commit 8f96604Copy full SHA for 8f96604
sdks/python/apache_beam/ml/rag/ingestion/spanner.py
@@ -269,8 +269,6 @@ def extract_fn(chunk: Chunk) -> str:
269
raise ValueError(f'Chunk must contain content: {chunk}')
270
return chunk.content.text
271
272
- extract_fn = extract_fn or default_fn
273
-
274
self._specs.append(
275
SpannerColumnSpec(
276
column_name=column_name,
0 commit comments