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

Document Querying #2

Merged
merged 6 commits into from
Dec 15, 2023
Merged

Document Querying #2

merged 6 commits into from
Dec 15, 2023

Conversation

s2t2
Copy link
Owner

@s2t2 s2t2 commented Dec 15, 2023

Finds the text chunks from each submission documents that are most relevant in answering each homework question.

Saves the relevant text chunks and similarity scores to CSV so we can inspect them (good for explainability).

This helps us ensure the document chunking and retrieval strategies are producing reasonable results, before feeding them to the model during RAG.

@s2t2 s2t2 merged commit d71372c into main Dec 15, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant