You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/community/langchain_community
Nat Noordanus 8a3b74fe1f
community[patch]: Fix pydantic ForwardRef error in BedrockBase (#17416)
- **Description:** Fixes a type annotation issue in the definition of
BedrockBase. This issue was that the annotation for the `config`
attribute includes a ForwardRef to `botocore.client.Config` which is
only imported when `TYPE_CHECKING`. This can cause pydantic to raise an
error like `pydantic.errors.ConfigError: field "config" not yet prepared
so type is still a ForwardRef, ...`.
  - **Issue:** N/A
  - **Dependencies:** N/A
  - **Twitter handle:** `@__nat_n__`
5 months ago
..
adapters community[patch]: docstrings (#16810) 5 months ago
agent_toolkits community[patch]: docstrings (#16810) 5 months ago
callbacks community: add gpt-4-turbo and gpt-4-0125 costs (#17349) 5 months ago
chat_loaders Do not issue beta or deprecation warnings on internal calls (#15641) 6 months ago
chat_message_histories infra: add print rule to ruff (#16221) 5 months ago
chat_models community[minor]: integrate chat models with Yuan2.0 (#16575) 5 months ago
docstore community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
document_loaders Framework for supporting more languages in LanguageParser (#13318) 5 months ago
document_transformers community[minor]: Adding asynchronous function implementation for Doctran (#15941) 6 months ago
embeddings community[patch]: Fixed the 'aembed' method of 'CohereEmbeddings'. (#16497) 5 months ago
example_selectors refactor `langchain.prompts.example_selector` (#15369) 5 months ago
graphs community[minor], langchian[minor]: Add Neptune Rdf graph and chain (#16650) 5 months ago
indexes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
llms community[patch]: Fix pydantic ForwardRef error in BedrockBase (#17416) 5 months ago
output_parsers langchain[patch], community[minor]: move `output_parsers.ernie_functions` (#16057) 6 months ago
retrievers infra: add print rule to ruff (#16221) 5 months ago
storage infra: add print rule to ruff (#16221) 5 months ago
tools community[patch]: Add async methods to VectorStoreQATool (#16949) 5 months ago
utilities community[minor]: Add pebblo safe document loader (#16862) 5 months ago
utils Add the BQ job usage tracking from LangChain (#17123) 5 months ago
vectorstores Add the BQ job usage tracking from LangChain (#17123) 5 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
cache.py Add async methods to InMemoryCache (#17425) 5 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago