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

rag implementation #480

Closed

Conversation

winterForestStump
Copy link

@winterForestStump winterForestStump commented Nov 8, 2024

This PR introduces a Retrieval-Augmented Generation (RAG) approach to the Market Health Reporter.

@evgenydmitriev
Copy link
Contributor

@winterForestStump thanks for participating in the challenge! This is a significant addition to the codebase. I assume it is largely based on your school project and would probably make more sense in a truth-grounding applications, but MH reporter is more concerned with leveraging up-to-date information than a private knowledgeable. I would also advise paying more attention to cleaning the data you use in your LLM applications - dumping raw html code into prompts significantly decreases the attention LLMs pay to the meaningful data your files might contain.

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.

2 participants