-
Notifications
You must be signed in to change notification settings - Fork 1k
feat: feedback enrichment #1571
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
44ec814
feat: feedback enrichment preparation
lxobr 78fca9f
feat: extract feedback interactions
lxobr 97eb893
feat: generate improved answers temp
lxobr 1e1fac3
feat: allow structured output in the cot retriever
lxobr ce41882
feat: generate improved answers
lxobr 834cf8b
feat: create_enrichments.py
lxobr 8e580bd
fix: create enrichments
lxobr 590c3ad
feat: use datapoints only
lxobr cccf523
Merge branch 'dev' into feature/cog-3187-feedback-enrichment
lxobr 70c0a98
chore: use cot retriever only
lxobr 46b19ad
Merge branch 'dev' into feature/cog-3187-feedback-enrichment
hajdul88 f4d038b
chore: pre-align cot retriever with dev
lxobr 46e6d87
Merge branch 'dev' into feature/cog-3187-feedback-enrichment-merge-test
lxobr 66a8242
chore: restore the feedback enrichment cot retriever functionality
lxobr ecae650
refactor: unify structured and str completion
lxobr aba5f9b
test: add e2e feedback enrichment test
lxobr 2d61885
chore: minor improvements
lxobr b09e4b7
chore: adhere to memify input convention
lxobr f49b171
fix: emphasize negative feedback language
lxobr 23e66a6
chore: expand logging
lxobr 7a08e13
chore: further expand logging
lxobr 6dea23b
fix: update kuzu get_filtered_graph_data
lxobr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: use datapoints only
- Loading branch information
commit 590c3ad7ec2dc687c6e9d088a1c672eb2c2f91cc
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| from .extract_feedback_interactions import extract_feedback_interactions | ||
| from .generate_improved_answers import generate_improved_answers | ||
| from .create_enrichments import create_enrichments | ||
| from .link_enrichments_to_feedback import link_enrichments_to_feedback | ||
| from .models import FeedbackEnrichment | ||
|
|
||
| __all__ = [ | ||
| "extract_feedback_interactions", | ||
| "generate_improved_answers", | ||
| "create_enrichments", | ||
| "link_enrichments_to_feedback", | ||
| "FeedbackEnrichment", | ||
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.