{"name":"your-project","version":"0.0.0","dependencies": {"@langchain/core":"^0.3.0","@langchain/google-genai":"^0.0.0"},"resolutions": {"@langchain/core":"^0.3.0"},"overrides": {"@langchain/core":"^0.3.0"},"pnpm": {"overrides": {"@langchain/core":"^0.3.0"} } ...
python-client==2.128.0 google-auth==2.29.0 google-auth-httplib2==0.2.0 google-generativeai==0.5.2 googleapis-common-protos==1.63.0 langchain==0.1.17 langchain-community==0.0.37 langchain-core==0.1.52 langchain-google-genai==1.0.3 langchain-pinecone==0.1.0 langchain-text-splitters==0.0...
raise OpenAGIException("Install langchain Google Gemini with cmd `pip install langchain-google-genai==0.0.3`") class GeminiConfigModel(LLMConfigModel): """Configuration model for Gemini Chat model.""" 0 comments on commit 6598f22 Please sign in to comment. Footer...
langchain google-genai [特性]:上下文缓存我非常喜欢这个功能。我目前已经自己搭建了一个BaseChatModel来...
langchain-google-genai handling of "system messages/prompt/context" broken#4055 dosubot closed this asnot plannedon Jul 19, 2024 jacoblee93 reopened thison Jul 20, 2024 shannon-ab commentedon Oct 14, 2024 shannon-ab Hey@shannon-ab! I'm not sure the status of this but you can check out...
langchain_google_genai.chat_models.ChatGoogleGenerativeAIError: Invalid argument provided to Gemini: 400 * GenerateContentRequest.tools[0].function_declarations[0].parameters.properties[params].properties: should be non-empty for OBJECT type 👍 2 langcarl bot added the investigate label Oct 5, ...
from langchain_tests.integration_tests import ChatModelIntegrationTestsfrom langchain_google_genai import ChatGoogleGenerativeAI@@ -26,18 +27,30 @@ def chat_model_params(self) -> dict: "rate_limiter": rate_limiter_2_0, }@pytest.mark.xfail( ...
PR Description This PR fixes known issues with Langchain Google genai, where for multiple tool calls in a single AI Message there was an error from Google generative ai library, stating that the nu...
The existing code tries to handle arrays and objects in anyOf fields of JSON Schema's for tools by picking the last possible non nullable choice in anyOf. But the context of the field is not update...
langchain-ai / langchain-google Public Notifications Fork 182 Star 156 Code Issues 72 Pull requests 13 Discussions Actions Projects Security Insights New issue genai: update standard tests library #705 Merged lkuligin merged 12 commits into main from erick/genai-update-standard-tests-...