Sample Application using Spring AI's Function Calling + RAG #1082
pankajtandon
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks for your work |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Here is an app I created that combines both Function Calling + RAG in such a way that current and personal questions can be answered efficiently by OpenAI's LLM. The RAG approach reduces the the function metadata that is sent to the LLM.
https://github.com/pankajtandon/vacationplanner
I've implemented this with OpenAI's and Mistral's models but have found that
gpt-4-0125-preview
performs much better.Hope this helps someone!
Beta Was this translation helpful? Give feedback.
All reactions