feat: adding VertexAI

Issue #290
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-06-27 16:53:48 -03:00
commit 6a3f89c2b9

View file

@ -119,6 +119,8 @@ llms:
documentation: "https://python.langchain.com/docs/modules/model_io/models/chat/integrations/anthropic"
HuggingFaceHub:
documentation: "https://python.langchain.com/docs/modules/model_io/models/llms/integrations/huggingface_hub"
VertexAI:
documentation: "https://python.langchain.com/docs/modules/model_io/models/llms/integrations/google_vertex_ai_palm"
memories:
ConversationBufferMemory:
documentation: "https://python.langchain.com/docs/modules/memory/how_to/summary"