Skip to content

[RAG] Integrate "Retrieval-Augmented Generation" with Haystack#484

Merged
tholor merged 58 commits intodeepset-ai:masterfrom
lalitpagaria:implement_RAG
Oct 30, 2020
Merged

[RAG] Integrate "Retrieval-Augmented Generation" with Haystack#484
tholor merged 58 commits intodeepset-ai:masterfrom
lalitpagaria:implement_RAG

Conversation

@lalitpagaria
Copy link
Copy Markdown
Contributor

@lalitpagaria lalitpagaria commented Oct 13, 2020

To deliver #443

Task List -

  • Dummy Generator implementation
  • RAG implementation
    • Convert Retriever output to input_ids
    • Decoder output to string
    • RAG-T support
    • Add more customisations
    • Add doc string
  • Take care of TODOs in the code (Use FARM released version)
  • Add tests
  • Add examples notebook

Not part of this PR but could be address in other PRs -

Copy link
Copy Markdown
Member

@tholor tholor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Left a few early comments ...

Copy link
Copy Markdown
Member

@tholor tholor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good progress! Left a few comments ...

@lalitpagaria
Copy link
Copy Markdown
Contributor Author

lalitpagaria commented Oct 22, 2020

@tholor PR is almost ready except -

  1. TODOs: These need transformers 3.4.0 (Bump transformers version to 3.4.0 FARM#598)
  2. Info on website

So can you please review it

@lalitpagaria
Copy link
Copy Markdown
Contributor Author

Also tests are failing with 137 error code, is it possible to increase memory of containers?

Error: Process completed with exit code 137.

Copy link
Copy Markdown
Member

@tholor tholor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking great. Left minor comments about names, typos etc

@lalitpagaria lalitpagaria changed the title WIP: [RAG] Adding generator implementation [RAG] Adding generator implementation Oct 23, 2020
@lalitpagaria lalitpagaria changed the title [RAG] Adding generator implementation [RAG] Integrate "Retrieval-Augmented Generation" with Haystack Oct 23, 2020
Copy link
Copy Markdown
Member

@tholor tholor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good! Awesome job @lalitpagaria 👍

@tholor tholor merged commit f134430 into deepset-ai:master Oct 30, 2020
@lalitpagaria lalitpagaria deleted the implement_RAG branch October 30, 2020 17:06
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