langchain/libs/community/langchain_community
Artem Mukhin e271f75bee
docs: Fix URL formatting in deprecation warnings (#23075)
**Description**

Updated the URLs in deprecation warning messages. The URLs were
previously written as raw strings and are now formatted to be clickable
HTML links.

Example of a broken link in the current API Reference:
https://api.python.langchain.com/en/latest/chains/langchain.chains.openai_functions.extraction.create_extraction_chain_pydantic.html

<img width="942" alt="Screenshot 2024-06-18 at 13 21 07"
src="https://github.com/langchain-ai/langchain/assets/4854600/a1b1863c-cd03-4af2-a9bc-70375407fb00">
2024-06-18 14:49:58 -04:00
..
adapters
agent_toolkits docs: Fix URL formatting in deprecation warnings (#23075) 2024-06-18 14:49:58 -04:00
agents community: update how OpenAIAssistantV2Runnable creates threads with tool_resources (#22549) 2024-06-05 14:19:41 -04:00
callbacks community[patch]: Add missing type annotations (#22758) 2024-06-10 16:59:28 -04:00
chains community[patch]: Add missing type annotations (#22758) 2024-06-10 16:59:28 -04:00
chat_loaders
chat_message_histories docs: Fix URL formatting in deprecation warnings (#23075) 2024-06-18 14:49:58 -04:00
chat_models community[minor]: add tool calling for DeepInfraChat (#22745) 2024-06-17 15:21:49 -04:00
cross_encoders [Community]: HuggingFaceCrossEncoder score accounting for <not-relevant score,relevant score> pairs. (#22578) 2024-06-14 08:28:24 -07:00
docstore
document_compressors community[minor]: add Volcengine Rerank (#22700) 2024-06-10 13:41:05 -07:00
document_loaders community: glob multiple patterns when using DirectoryLoader (#22852) 2024-06-18 09:24:50 -07:00
document_transformers community[minor]: Implement Doctran async execution (#22372) 2024-06-18 18:17:37 +00:00
embeddings community: OCI GenAI embedding batch size (#22986) 2024-06-17 22:06:45 +00:00
example_selectors
graphs
indexes
llms Update ollama.py with optional raw setting. (#21486) 2024-06-14 17:19:26 -07:00
memory
output_parsers
query_constructors
retrievers ci: Add script to check for pickle usage in community (#22863) 2024-06-13 16:13:15 -04:00
storage community[minor]: fix redis store docstring and streamline initialization code (#22730) 2024-06-11 14:08:05 +00:00
tools docs: Fix URL formatting in deprecation warnings (#23075) 2024-06-18 14:49:58 -04:00
utilities community: Fix #22975 (Add SSL Verification Option to Requests Class in langchain_community) (#22977) 2024-06-18 03:12:40 +00:00
utils community[patch]: Use Custom Logger Instead of Root Logger in get_user_agent Function (#22691) 2024-06-08 02:33:07 +00:00
vectorstores docs: Fix URL formatting in deprecation warnings (#23075) 2024-06-18 14:49:58 -04:00
__init__.py
cache.py
py.typed