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: Convert history RAG and personalization RAG into a tool #44

Open
MrCsabaToth opened this issue Aug 29, 2024 · 3 comments
Open

RAG: Convert history RAG and personalization RAG into a tool #44

MrCsabaToth opened this issue Aug 29, 2024 · 3 comments
Labels
enhancement New feature or request function tooling Generative AI Function / Tooling related RAG Retrieval Augmented Generation related

Comments

@MrCsabaToth
Copy link
Member

This came to my mind while attending https://cloudonair.withgoogle.com/events/key-prompt-engineering-techniques-with-anthropics-claude-on-vertex-ai

In an agentic AI setup when RAGs are implemented as a tool, the LLM can decide if the particular question requires any personalization data or chat history data. This way we can save potential RAG turnarounds. Currently we mandatorily perform both.

Screenshot_2024-08-28_11-47-27

@MrCsabaToth MrCsabaToth added enhancement New feature or request RAG Retrieval Augmented Generation related function tooling Generative AI Function / Tooling related labels Aug 29, 2024
@MrCsabaToth MrCsabaToth changed the title Convert history RAG and personalization RAG into a tool RAG: Convert history RAG and personalization RAG into a tool Sep 5, 2024
@MrCsabaToth
Copy link
Member Author

MrCsabaToth commented Sep 5, 2024

We might have to wait because currently we seem to use too many (?) functions and the Open Meteo (#40 and #41) will add several more.

@MrCsabaToth
Copy link
Member Author

Finally Google released -002 stable production models of gemini-1.5-flash and gemini-1.5-pro, and since Dart Firebase generative AI package relies on stable versions only we can now leverage updated capabilities compared to the May -001 releases. For more see https://www.linkedin.com/posts/chandraai_gemini-vertex-tpu-activity-7244512521435406336-vo5I and https://www.linkedin.com/posts/chandraai_gemini-genai-aiforbusiness-activity-7244548489437704193-qlvN

@MrCsabaToth
Copy link
Member Author

The new model is shaky with the tools and behavior changed. We'll test and wait more until moving to this direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request function tooling Generative AI Function / Tooling related RAG Retrieval Augmented Generation related
Projects
None yet
Development

No branches or pull requests

1 participant