-
Notifications
You must be signed in to change notification settings - Fork 1
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
Introduce RAG for personalization and history #7
Labels
Comments
Closed
Since objectbox (https://pub.dev/packages/objectbox) supports vector DB as well, it'd cover both history (#8) and RAG |
Note, once the basic RAG is in place, explore:
|
https://ai.google.dev/gemini-api/docs/embeddings#dart-flutter
dimensionality is 768 |
MrCsabaToth
added a commit
that referenced
this issue
Aug 9, 2024
MrCsabaToth
added a commit
that referenced
this issue
Aug 9, 2024
MrCsabaToth
added a commit
that referenced
this issue
Aug 9, 2024
MrCsabaToth
added a commit
that referenced
this issue
Aug 9, 2024
MrCsabaToth
added a commit
that referenced
this issue
Aug 9, 2024
(vs. the system which is the model's initial system instruction)
MrCsabaToth
added a commit
that referenced
this issue
Aug 9, 2024
MrCsabaToth
added a commit
that referenced
this issue
Aug 9, 2024
MrCsabaToth
added a commit
that referenced
this issue
Aug 10, 2024
MrCsabaToth
added a commit
that referenced
this issue
Aug 10, 2024
MrCsabaToth
added a commit
that referenced
this issue
Aug 10, 2024
MrCsabaToth
added a commit
that referenced
this issue
Aug 12, 2024
MrCsabaToth
added a commit
that referenced
this issue
Aug 12, 2024
MrCsabaToth
added a commit
that referenced
this issue
Aug 12, 2024
We introduced thresholds as well now. |
MrCsabaToth
added a commit
that referenced
this issue
Aug 12, 2024
MrCsabaToth
added a commit
that referenced
this issue
Sep 4, 2024
…watermark history retrieval #45 align translation and resolver prompts for all this
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This needs to work together with function calls and ReAct #5 / ReWOO #6
The text was updated successfully, but these errors were encountered: