From 123e01b9d87956ba88765ad3aa6e8663f52ea28f Mon Sep 17 00:00:00 2001 From: Shoya SHIRAKI Date: Wed, 10 Jan 2024 01:29:39 +0900 Subject: [PATCH] docs: remove unnecessary description (#15752) | before | after | | ---- | ---- | | ![image](https://github.com/langchain-ai/langchain/assets/1635118/c108c53c-2665-46c3-82bf-8f74005f9ac9) | ![image](https://github.com/langchain-ai/langchain/assets/1635118/2da3427a-1bac-4e9e-9fb2-509c9674d8a1) | Co-authored-by: Eugene Yurtsev --- docs/docs/contributing/integrations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/contributing/integrations.mdx b/docs/docs/contributing/integrations.mdx index dc9ab30fdf..f2820cf7f3 100644 --- a/docs/docs/contributing/integrations.mdx +++ b/docs/docs/contributing/integrations.mdx @@ -53,9 +53,9 @@ And we would write tests in: - Integration tests: `libs/community/tests/integration_tests/chat_models/test_parrot_link.py` And add documentation to: + - `docs/docs/integrations/chat/parrot_link.ipynb` -- `docs/docs/ ## Partner Packages Partner packages are in `libs/partners/*` and are installed by users with `pip install langchain-{partner}`, and exported members can be imported with code like