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(catalog): support question answering #71

Merged
merged 1 commit into from
Aug 9, 2024

feat(catalog): support question answering

8bd2312
Select commit
Loading
Failed to load commit list.
Merged

feat(catalog): support question answering #71

feat(catalog): support question answering
8bd2312
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 9, 2024 in 1s

0.00% of diff hit (target 5.50%)

View this Pull Request on Codecov

0.00% of diff hit (target 5.50%)

Annotations

Check warning on line 367 in pkg/acl/acl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/acl/acl.go#L356-L367

Added lines #L356 - L367 were not covered by tests

Check warning on line 374 in pkg/acl/acl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/acl/acl.go#L371-L374

Added lines #L371 - L374 were not covered by tests

Check warning on line 378 in pkg/acl/acl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/acl/acl.go#L376-L378

Added lines #L376 - L378 were not covered by tests

Check warning on line 380 in pkg/acl/acl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/acl/acl.go#L380

Added line #L380 was not covered by tests

Check warning on line 32 in pkg/handler/qa.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handler/qa.go#L24-L32

Added lines #L24 - L32 were not covered by tests

Check warning on line 72 in pkg/handler/qa.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handler/qa.go#L34-L72

Added lines #L34 - L72 were not covered by tests

Check warning on line 89 in pkg/handler/qa.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handler/qa.go#L75-L89

Added lines #L75 - L89 were not covered by tests

Check warning on line 107 in pkg/handler/qa.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handler/qa.go#L91-L107

Added lines #L91 - L107 were not covered by tests

Check warning on line 148 in pkg/handler/qa.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handler/qa.go#L109-L148

Added lines #L109 - L148 were not covered by tests

Check warning on line 155 in pkg/handler/qa.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handler/qa.go#L150-L155

Added lines #L150 - L155 were not covered by tests

Check warning on line 166 in pkg/handler/qa.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handler/qa.go#L157-L166

Added lines #L157 - L166 were not covered by tests

Check warning on line 66 in pkg/handler/retrieval.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/handler/retrieval.go#L64-L66

Added lines #L64 - L66 were not covered by tests

Check warning on line 168 in pkg/repository/knowledgebasefile.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/repository/knowledgebasefile.go#L168

Added line #L168 was not covered by tests

Check warning on line 176 in pkg/repository/knowledgebasefile.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/repository/knowledgebasefile.go#L176

Added line #L176 was not covered by tests

Check warning on line 241 in pkg/repository/knowledgebasefile.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/repository/knowledgebasefile.go#L241

Added line #L241 was not covered by tests

Check warning on line 244 in pkg/repository/knowledgebasefile.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/repository/knowledgebasefile.go#L244

Added line #L244 was not covered by tests

Check warning on line 33 in pkg/service/pipeline.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/service/pipeline.go#L33

Added line #L33 was not covered by tests

Check warning on line 47 in pkg/service/pipeline.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/service/pipeline.go#L35-L47

Added lines #L35 - L47 were not covered by tests

Check warning on line 129 in pkg/service/pipeline.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/service/pipeline.go#L116-L129

Added lines #L116 - L129 were not covered by tests

Check warning on line 201 in pkg/service/pipeline.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/service/pipeline.go#L188-L201

Added lines #L188 - L201 were not covered by tests

Check warning on line 230 in pkg/service/pipeline.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/service/pipeline.go#L230

Added line #L230 was not covered by tests

Check warning on line 244 in pkg/service/pipeline.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/service/pipeline.go#L232-L244

Added lines #L232 - L244 were not covered by tests

Check warning on line 325 in pkg/service/pipeline.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/service/pipeline.go#L312-L325

Added lines #L312 - L325 were not covered by tests

Check warning on line 350 in pkg/service/pipeline.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/service/pipeline.go#L327-L350

Added lines #L327 - L350 were not covered by tests

Check warning on line 19 in pkg/service/retrieval.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/service/retrieval.go#L19

Added line #L19 was not covered by tests