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: abstract layers #465

Merged
merged 33 commits into from
Nov 29, 2024

chore: remove print

ff2c3ca
Select commit
Loading
Failed to load commit list.
Merged

feat: abstract layers #465

chore: remove print
ff2c3ca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 29, 2024 in 1s

75.57% of diff hit (target 72.29%)

View this Pull Request on Codecov

75.57% of diff hit (target 72.29%)

Annotations

Check warning on line 56 in semantic_router/encoders/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/encoders/__init__.py#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 32 in semantic_router/encoders/aurelio.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/encoders/aurelio.py#L24-L32

Added lines #L24 - L32 were not covered by tests

Check warning on line 37 in semantic_router/encoders/aurelio.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/encoders/aurelio.py#L35-L37

Added lines #L35 - L37 were not covered by tests

Check warning on line 40 in semantic_router/encoders/aurelio.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/encoders/aurelio.py#L40

Added line #L40 was not covered by tests

Check warning on line 44 in semantic_router/encoders/aurelio.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/encoders/aurelio.py#L43-L44

Added lines #L43 - L44 were not covered by tests

Check warning on line 47 in semantic_router/encoders/aurelio.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/encoders/aurelio.py#L47

Added line #L47 was not covered by tests

Check warning on line 36 in semantic_router/encoders/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/encoders/base.py#L36

Added line #L36 was not covered by tests

Check warning on line 39 in semantic_router/encoders/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/encoders/base.py#L39

Added line #L39 was not covered by tests

Check warning on line 46 in semantic_router/encoders/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/encoders/base.py#L46

Added line #L46 was not covered by tests

Check warning on line 48 in semantic_router/encoders/tfidf.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/encoders/tfidf.py#L48

Added line #L48 was not covered by tests

Check warning on line 30 in semantic_router/index/hybrid_local.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/hybrid_local.py#L30

Added line #L30 was not covered by tests

Check warning on line 42 in semantic_router/index/hybrid_local.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/hybrid_local.py#L42

Added line #L42 was not covered by tests

Check warning on line 67 in semantic_router/index/hybrid_local.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/hybrid_local.py#L67

Added line #L67 was not covered by tests

Check warning on line 70 in semantic_router/index/hybrid_local.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/hybrid_local.py#L70

Added line #L70 was not covered by tests

Check warning on line 86 in semantic_router/index/hybrid_local.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/hybrid_local.py#L86

Added line #L86 was not covered by tests

Check warning on line 111 in semantic_router/index/hybrid_local.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/hybrid_local.py#L111

Added line #L111 was not covered by tests

Check warning on line 118 in semantic_router/index/hybrid_local.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/hybrid_local.py#L117-L118

Added lines #L117 - L118 were not covered by tests

Check warning on line 120 in semantic_router/index/hybrid_local.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/hybrid_local.py#L120

Added line #L120 was not covered by tests

Check warning on line 161 in semantic_router/index/hybrid_local.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/hybrid_local.py#L161

Added line #L161 was not covered by tests

Check warning on line 169 in semantic_router/index/hybrid_local.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/hybrid_local.py#L169

Added line #L169 was not covered by tests

Check warning on line 178 in semantic_router/index/hybrid_local.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/hybrid_local.py#L178

Added line #L178 was not covered by tests

Check warning on line 186 in semantic_router/index/hybrid_local.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/hybrid_local.py#L183-L186

Added lines #L183 - L186 were not covered by tests

Check warning on line 188 in semantic_router/index/hybrid_local.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/hybrid_local.py#L188

Added line #L188 was not covered by tests

Check warning on line 199 in semantic_router/index/hybrid_local.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/hybrid_local.py#L197-L199

Added lines #L197 - L199 were not covered by tests

Check warning on line 206 in semantic_router/index/hybrid_local.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/hybrid_local.py#L203-L206

Added lines #L203 - L206 were not covered by tests