langchain_google 0.2.3+2 langchain_google: ^0.2.3+2 copied to clipboard
LangChain.dart integration module for Google (VertexAI, PaLM, Matching Engine, etc.).
0.2.3+2 #
- Update a dependency to the latest release.
0.2.3 #
- REFACTOR: Use cl100k_base encoding model when no tokenizer is available (#295). (ca908e80)
- REFACTOR(llms): Make all LLM options fields nullable and add copyWith (#284). (57eceb9b)
- REFACTOR: Migrate tokenizer to langchain_tiktoken package (#285). (6a3b6466)
- FEAT: Update internal dependencies (#291). (69621cc6)
0.2.2+1 #
- Update a dependency to the latest release.
0.2.2 #
- Update a dependency to the latest release.
0.2.1+2 #
- Update a dependency to the latest release.
0.2.1 #
0.2.0+1 #
- Update a dependency to the latest release.
0.2.0 #
Note: This release has breaking changes.
Migration guides:
0.1.0+4 #
- Update a dependency to the latest release.
0.1.0+3 #
- Update a dependency to the latest release.
0.1.0+2 #
- Update a dependency to the latest release.
0.1.0 #
Note: This release has breaking changes.
Migration guide
0.0.9 #
0.0.8 #
- Updated
langchain
dependency
0.0.7 #
Note: This release has breaking changes.
- FEAT(embeddings): Support document title in VertexAIEmbeddings (#154). (6b763731)
- FEAT(embeddings): Support task type in VertexAIEmbeddings (#151). (8a2199e2)
- DOCS: Fix invalid package topics. (f81b833a)
- DOCS: Add topics to pubspecs. (8c1d6297)
- BREAKING REFACTOR(embeddings): Change embedDocuments input to
List<Document>
(#153). (1b5d6fbf) - BREAKING FEAT(llms): Add default and call options in VertexAI and ChatVertexAI (#155). (fe1b12ea)
0.0.5 #
0.0.4 #
0.0.2+2 #
- Update a dependency to the latest release.
0.0.2 #
0.0.1 #
- REFACTOR(vertex-ai): Move Vertex AI client to its own package (#111). (d8aea156)
- FEAT(embeddings): Integrate Google Vertex AI PaLM Embeddings (#100). (d777eccc)
- FEAT(chat-models): Integrate Google Vertex AI PaLM Chat Model (#99). (3897595d)
- FEAT(llms): Integrate Google Vertex AI PaLM Text model (#98). (b2746c23)
- FEAT: Add GCP Vertex AI Model Garden API client (#109). (5b9bb063)
0.0.1-dev.1 #
- Bootstrap project.