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

Limiting Conversational history #1500

Merged
merged 6 commits into from
Dec 19, 2024

added gpt-4o-mini model

1323261
Select commit
Loading
Failed to load commit list.
Merged

Limiting Conversational history #1500

added gpt-4o-mini model
1323261
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 19, 2024 in 1s

13.63% of diff hit (target 35.95%)

View this Pull Request on Codecov

13.63% of diff hit (target 35.95%)

Annotations

Check warning on line 327 in application/api/answer/routes.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

application/api/answer/routes.py#L327

Added line #L327 was not covered by tests

Check warning on line 458 in application/api/answer/routes.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

application/api/answer/routes.py#L458

Added line #L458 was not covered by tests

Check warning on line 76 in application/retriever/classic_rag.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

application/retriever/classic_rag.py#L76

Added line #L76 was not covered by tests

Check warning on line 91 in application/retriever/duckduck_search.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

application/retriever/duckduck_search.py#L91

Added line #L91 was not covered by tests

Check warning on line 93 in application/retriever/duckduck_search.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

application/retriever/duckduck_search.py#L93

Added line #L93 was not covered by tests

Check warning on line 54 in application/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

application/utils.py#L54

Added line #L54 was not covered by tests

Check warning on line 56 in application/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

application/utils.py#L56

Added line #L56 was not covered by tests

Check warning on line 69 in application/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

application/utils.py#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 72 in application/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

application/utils.py#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 76 in application/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

application/utils.py#L74-L76

Added lines #L74 - L76 were not covered by tests

Check warning on line 81 in application/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

application/utils.py#L79-L81

Added lines #L79 - L81 were not covered by tests

Check warning on line 83 in application/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

application/utils.py#L83

Added line #L83 was not covered by tests

Check warning on line 85 in application/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

application/utils.py#L85

Added line #L85 was not covered by tests