Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Text Embedding Function #36366

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Add text embedding functions

d8893be
Select commit
Loading
Failed to load commit list.
Open

feat: Add Text Embedding Function #36366

Add text embedding functions
d8893be
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 15, 2025 in 1s

82.77% of diff hit (target 80.00%)

View this Pull Request on Codecov

82.77% of diff hit (target 80.00%)

Annotations

Check warning on line 213 in internal/datanode/importv2/util.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/datanode/importv2/util.go#L212-L213

Added lines #L212 - L213 were not covered by tests

Check warning on line 216 in internal/datanode/importv2/util.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/datanode/importv2/util.go#L215-L216

Added lines #L215 - L216 were not covered by tests

Check warning on line 226 in internal/datanode/importv2/util.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/datanode/importv2/util.go#L225-L226

Added lines #L225 - L226 were not covered by tests

Check warning on line 229 in internal/datanode/importv2/util.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/datanode/importv2/util.go#L228-L229

Added lines #L228 - L229 were not covered by tests

Check warning on line 71 in internal/flushcommon/pipeline/flow_graph_embedding_node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/flushcommon/pipeline/flow_graph_embedding_node.go#L71

Added line #L71 was not covered by tests

Check warning on line 150 in internal/proxy/task_insert.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/task_insert.go#L149-L150

Added lines #L149 - L150 were not covered by tests

Check warning on line 153 in internal/proxy/task_insert.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/task_insert.go#L152-L153

Added lines #L152 - L153 were not covered by tests

Check warning on line 430 in internal/proxy/task_search.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/task_search.go#L429-L430

Added lines #L429 - L430 were not covered by tests

Check warning on line 433 in internal/proxy/task_search.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/task_search.go#L432-L433

Added lines #L432 - L433 were not covered by tests

Check warning on line 519 in internal/proxy/task_search.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/task_search.go#L518-L519

Added lines #L518 - L519 were not covered by tests

Check warning on line 161 in internal/proxy/task_upsert.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/task_upsert.go#L160-L161

Added lines #L160 - L161 were not covered by tests

Check warning on line 2236 in internal/proxy/util.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/util.go#L2234-L2236

Added lines #L2234 - L2236 were not covered by tests

Check warning on line 2239 in internal/proxy/util.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/util.go#L2239

Added line #L2239 was not covered by tests

Check warning on line 74 in internal/querynodev2/pipeline/embedding_node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/querynodev2/pipeline/embedding_node.go#L74

Added line #L74 was not covered by tests

Check warning on line 62 in internal/util/function/ali_embedding_provider.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/function/ali_embedding_provider.go#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 91 in internal/util/function/ali_embedding_provider.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/function/ali_embedding_provider.go#L90-L91

Added lines #L90 - L91 were not covered by tests

Check warning on line 136 in internal/util/function/ali_embedding_provider.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/function/ali_embedding_provider.go#L135-L136

Added lines #L135 - L136 were not covered by tests

Check warning on line 77 in internal/util/function/bedrock_embedding_provider.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/function/bedrock_embedding_provider.go#L76-L77

Added lines #L76 - L77 were not covered by tests

Check warning on line 86 in internal/util/function/bedrock_embedding_provider.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/function/bedrock_embedding_provider.go#L85-L86

Added lines #L85 - L86 were not covered by tests

Check warning on line 128 in internal/util/function/bedrock_embedding_provider.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/function/bedrock_embedding_provider.go#L127-L128

Added lines #L127 - L128 were not covered by tests

Check warning on line 168 in internal/util/function/bedrock_embedding_provider.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/function/bedrock_embedding_provider.go#L167-L168

Added lines #L167 - L168 were not covered by tests

Check warning on line 177 in internal/util/function/bedrock_embedding_provider.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/function/bedrock_embedding_provider.go#L176-L177

Added lines #L176 - L177 were not covered by tests

Check warning on line 183 in internal/util/function/bedrock_embedding_provider.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/function/bedrock_embedding_provider.go#L182-L183

Added lines #L182 - L183 were not covered by tests

Check warning on line 56 in internal/util/function/function_base.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/function/function_base.go#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 101 in internal/util/function/function_executor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/function/function_executor.go#L100-L101

Added lines #L100 - L101 were not covered by tests