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

Modular RAG - Part 2 #1811

Open
ThomasVitale opened this issue Nov 24, 2024 · 0 comments
Open

Modular RAG - Part 2 #1811

ThomasVitale opened this issue Nov 24, 2024 · 0 comments
Labels
enhancement New feature or request RAG Issues related to Retrieval Augmented Generation

Comments

@ThomasVitale
Copy link
Contributor

This is part 2 of the Modular RAG solution started in #1603

The scope I'm focusing on for the next milestone is the following. I've started already the several tasks, but I'll submit PRs step-by-step.

  • Support similarity scores in Document API Support similarity scores in Document API #1794
  • Introduce ScoringModel API
  • Support Cohere for chat, embedding, and scoring
  • Add implementations of DocumentJoiner and DocumentRanker based on similarity scores
  • Consolidate Documents metadata and use them in QueryAugmenter implementation
  • Review conditional and branching components in Modular RAG
  • Add Modular RAG documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request RAG Issues related to Retrieval Augmented Generation
Projects
None yet
Development

No branches or pull requests

2 participants