Bagatur
ed58eeb9c5
community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community ( #14463 )
...
Moved the following modules to new package langchain-community in a backwards compatible fashion:
```
mv langchain/langchain/adapters community/langchain_community
mv langchain/langchain/callbacks community/langchain_community/callbacks
mv langchain/langchain/chat_loaders community/langchain_community
mv langchain/langchain/chat_models community/langchain_community
mv langchain/langchain/document_loaders community/langchain_community
mv langchain/langchain/docstore community/langchain_community
mv langchain/langchain/document_transformers community/langchain_community
mv langchain/langchain/embeddings community/langchain_community
mv langchain/langchain/graphs community/langchain_community
mv langchain/langchain/llms community/langchain_community
mv langchain/langchain/memory/chat_message_histories community/langchain_community
mv langchain/langchain/retrievers community/langchain_community
mv langchain/langchain/storage community/langchain_community
mv langchain/langchain/tools community/langchain_community
mv langchain/langchain/utilities community/langchain_community
mv langchain/langchain/vectorstores community/langchain_community
mv langchain/langchain/agents/agent_toolkits community/langchain_community
mv langchain/langchain/cache.py community/langchain_community
mv langchain/langchain/adapters community/langchain_community
mv langchain/langchain/callbacks community/langchain_community/callbacks
mv langchain/langchain/chat_loaders community/langchain_community
mv langchain/langchain/chat_models community/langchain_community
mv langchain/langchain/document_loaders community/langchain_community
mv langchain/langchain/docstore community/langchain_community
mv langchain/langchain/document_transformers community/langchain_community
mv langchain/langchain/embeddings community/langchain_community
mv langchain/langchain/graphs community/langchain_community
mv langchain/langchain/llms community/langchain_community
mv langchain/langchain/memory/chat_message_histories community/langchain_community
mv langchain/langchain/retrievers community/langchain_community
mv langchain/langchain/storage community/langchain_community
mv langchain/langchain/tools community/langchain_community
mv langchain/langchain/utilities community/langchain_community
mv langchain/langchain/vectorstores community/langchain_community
mv langchain/langchain/agents/agent_toolkits community/langchain_community
mv langchain/langchain/cache.py community/langchain_community
```
Moved the following to core
```
mv langchain/langchain/utils/json_schema.py core/langchain_core/utils
mv langchain/langchain/utils/html.py core/langchain_core/utils
mv langchain/langchain/utils/strings.py core/langchain_core/utils
cat langchain/langchain/utils/env.py >> core/langchain_core/utils/env.py
rm langchain/langchain/utils/env.py
```
See .scripts/community_split/script_integrations.sh for all changes
2023-12-11 13:53:30 -08:00
Martin Jul
e3a7c96a8e
docs[patch]: Fix minor typos (casing) in quickstart ( #14138 )
...
Fix casing of API and LangChain in the description text for the
LangServe example server.
2023-12-01 13:29:53 -08:00
Ean Yang
ac1c8634a8
docs[patch] Update invalid guides link ( #14106 )
2023-12-01 08:47:38 -08:00
Brace Sproul
02a13030c0
DOCS: updated langchain stack img to be svg ( #13540 )
2023-11-19 16:26:53 -08:00
Brace Sproul
79fa9a81f4
Fix a link in docs ( #13423 )
2023-11-15 15:02:26 -08:00
Bagatur
a0b39a4325
DOCS: install nit ( #13380 )
2023-11-15 10:27:00 -08:00
Mario Angst
96b56a4d4f
Typo fix to quickstart.mdx ( #13178 )
...
- **Description:** I fixed a very small typo in the quickstart docs
(BaeMessage -> BaseMessage)
2023-11-13 00:02:18 -08:00
Bagatur
937d7c41f3
update stack diagram ( #13213 )
2023-11-10 16:50:20 -08:00
Bagatur
86b93b5810
Add serve to quickstart ( #13174 )
2023-11-09 23:10:26 -08:00
Bagatur
555ce600ef
Bagatur/docs serve context ( #13150 )
2023-11-09 15:05:18 -08:00
Bagatur
b298f550fe
update modules sidebar ( #13141 )
2023-11-09 11:57:09 -08:00
Bagatur
8b2a82b5ce
Bagatur/docs smith context ( #13139 )
2023-11-09 10:22:49 -08:00
Bagatur
5ac2fc5bb2
update stack diagram ( #13021 )
2023-11-07 12:59:24 -08:00
Bagatur
58889149c2
fix guides link ( #12941 )
2023-11-06 08:13:02 -08:00
Bagatur
0378662e1d
fix langsmith link ( #12939 )
2023-11-06 07:17:05 -08:00
Harrison Chase
1a92d2245d
Harrison/docs smith serve ( #12898 )
...
Co-authored-by: Bagatur <baskaryan@gmail.com >
2023-11-06 07:07:25 -08:00
Joseph Martinez
f573a4d0b3
Update quickstart.mdx ( #12386 )
...
**Description**
Removed confusing sentence.
Not clear what "both" was referring to. The two required components
mentioned previously? The two methods listed below?
---------
Co-authored-by: Erick Friis <erick@langchain.dev >
2023-11-02 18:38:21 -07:00
yudai yamamoto
1f7e811156
Fixed broken link in Quickstart page ( #12516 )
...
- **Description:**
Corrected a specific link within the documentation.
- **Issue:**
#12490
- **Dependencies:**
- **Tag maintainer:**
- **Twitter handle:**
---------
Co-authored-by: Erick Friis <erick@langchain.dev >
2023-11-02 13:00:53 -07:00
Ankur Singh
00766c9f31
Improves the description of the installation command ( #12354 )
...
- **Description:**
Before:
`
To install modules needed for the common LLM providers, run:
`
After:
`
To install modules needed for the common LLM providers, run the
following command. Please bear in mind that this command is exclusively
compatible with the `bash` shell:
`
> This is required for the user so that the user will know if this
command is compatible with `zsh` or not.
---------
Co-authored-by: Bagatur <baskaryan@gmail.com >
2023-10-30 18:56:48 -07:00
Laurent AJDNIK
f05c29180d
Fix typos in quickstart.mdx ( #12333 )
...
- **Description:** Fixes a few typos in quickstart.mdx
2023-10-26 09:14:49 -07:00
Bagatur
aa212c3d0e
rm .html from local doc links ( #12293 )
2023-10-25 12:09:41 -07:00
Bagatur
6c5bb1b2e1
RM snippets ( #11798 )
2023-10-15 12:20:58 -07:00
Bagatur
eedfddac2d
Restructure docs ( #11620 )
2023-10-10 12:55:19 -07:00