llama-gpt icon indicating copy to clipboard operation
llama-gpt copied to clipboard

Any plans to implement RAG (retrieval augmented generation)?

Open AI-Zebra opened this issue 1 year ago • 4 comments

I think this is a great project when it comes to data privacy and compliance for Organizations looking to adopt Gen AI with LLAMA 2. Adding capabilities for this private GPT to get ingested with Org specific data (like docs,confluence pages) as vectors would take this to next level. let me know if I can contribute. thank you!

AI-Zebra avatar Aug 19 '23 19:08 AI-Zebra

This is the biggest thing I'm seeking out. I want to give a self-hosted LLM access to my own data that I've collected, so I can search and summarize through it.

douglasg14b avatar Aug 20 '23 04:08 douglasg14b

This is a good idea. Any tools or post about this? I can take a look on how to implement this.

edgar971 avatar Aug 21 '23 15:08 edgar971

Maybe this https://gpt-index.readthedocs.io/en/latest/?

edgar971 avatar Aug 21 '23 18:08 edgar971

@edgar971 2 ressources :

  • https://python.langchain.com/docs/expression_language/cookbook/retrieval
  • https://github.com/imartinez/privateGPT

piercus avatar Sep 15 '23 08:09 piercus