Replies: 1 comment
-
What I understand by grounding is that you want to anchor model responses to a particular domain or external knowledge source to improve accuracy and relevance. Well, langchain doesn't directly provides this feature or parameter while using a model. But there are ways we can get our model grounded by:
Personally, I would go with using APIs to improve model response. For example, the Google Knowledge Graph API helps retrieve factual information, while the Gmail API allows fine-tuning models on personal email data for better personalization. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I’m interested in using Grounding with
langchain_google_genai
. I couldn't find clear documentation or examples on whether this feature is currently supported.Question:
langchain_google_genai
?Beta Was this translation helpful? Give feedback.
All reactions