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

Add RAG implementation using Gemini LLM and Embedding using BeyondLLM #86

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

lucifertrj
Copy link

Beyond LLM helps build RAG experimentations and evaluations in just 5 lines of code.

This PR adds the example notebook, that implements Chat with your own PDF.

  • Uses Gemini Embeddings as default
  • Uses Gemini LLM as default
  • Execute RAG Triad for the RAG evaluation

Copy link

google-cla bot commented Apr 19, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@lucifertrj
Copy link
Author

@MarkDaoust Any changes required?

@mumu-hu
Copy link

mumu-hu commented Jan 6, 2025

These permissions are available in Manifest V2 and above unless otherwise noted:

activeTab

alarms

background

bookmarks

browserSettings

browsingData

captivePortal

clipboardRead

clipboardWrite

contentSettings

contextMenus

contextualIdentities

cookies

debugger

declarativeNetRequest

declarativeNetRequestFeedback

declarativeNetRequestWithHostAccess

devtools (This permission is granted implicitly when the devtools_page manifest key is present.)

@mumu-hu
Copy link

mumu-hu commented Jan 6, 2025

Example

json
"permissions": ["://developer.mozilla.org/"]

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.

3 participants