Erick Friis
6fc2835255
docs: fix broken links ( #16855 )
2024-02-01 17:29:38 -08:00
Hank
6d6226d96d
docs: Remove accidental extra ``` in QuickStart doc. ( #16740 )
...
Description: One too many set of triple-ticks in a sample code block in
the QuickStart doc was causing "\`\`\`shell" to appear in the shell
command that was being demonstrated. I just deleted the extra "```".
Issue: Didn't see one
Dependencies: None
2024-01-29 13:55:26 -08:00
Bagatur
1dc6c1ce06
core[patch], community[patch], langchain[patch], docs: Update SQL chains/agents/docs ( #16168 )
...
Revamp SQL use cases docs. In the process update SQL chains and agents.
2024-01-22 08:19:08 -08:00
Hongyu Lin
9b0a531aa2
doc: Fix small typo in quickstart ( #16164 )
...
- **Description:** fix small typo in quickstart
---------
Co-authored-by: Bagatur <baskaryan@gmail.com >
2024-01-19 09:44:22 -08:00
Jonathan Algar
a74f3a4979
Batch update of alt text and title attributes for images in md/mdx files across repo ( #15357 )
...
**Description:** Batch update of alt text and title attributes for
images in `md` & `mdx` files across the repo using
[alttexter](https://github.com/jonathanalgar/alttexter )/[alttexter-ghclient](https://github.com/jonathanalgar/alttexter-ghclient )
(built using LangChain/LangSmith).
**Limitation:** cannot update `ipynb` files because of [this
issue](https://github.com/langchain-ai/langchain/pull/15357#issuecomment-1885037250 ).
Can revisit when Docusaurus is bumped to v3.
I checked all the generated alt texts and titles and didn't find any
technical inaccuracies. That's not to say they're _perfect_, but a lot
better than what's there currently.
[Deployed](https://langchain-819yf1tbk-langchain.vercel.app/docs/modules/model_io/ )
image example:

You can see LangSmith traces for all the calls out to the LLM in the PRs
merged into this one:
* https://github.com/jonathanalgar/langchain/pull/6
* https://github.com/jonathanalgar/langchain/pull/4
* https://github.com/jonathanalgar/langchain/pull/3
I didn't add the following files to the PR as the images already have OK
alt texts:
*
27dca2d92f/docs/docs/integrations/providers/argilla.mdx (L3)
*
27dca2d92f/docs/docs/integrations/providers/apify.mdx (L11)
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-01-12 14:37:48 -08:00
Harrison Chase
97411e998f
[docs] add beautiful soup dependency ( #15860 )
2024-01-10 19:32:55 -08:00
Erick Friis
7bc100fd43
docs: integration package pip installs ( #15762 )
...
More than 300 files - will fail check_diff. Will merge after Vercel
deploy succeeds
Still occurrences that need changing - will update more later
2024-01-09 11:13:10 -08:00
Harrison Chase
3e7a590a43
dont use docarray ( #15710 )
...
theres some issue with the integration currently so dont use it
2024-01-08 07:54:10 -08:00
Harrison Chase
472f70c54b
fix docs build ( #15645 )
2024-01-06 16:26:34 -08:00
Erick Friis
b1fa726377
docs: langchain-openai ( #15513 )
...
Updates docs and cookbooks to import ChatOpenAI, OpenAI, and OpenAI
Embeddings from `langchain_openai`
There are likely more
---------
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com >
2024-01-06 15:54:48 -08:00
Erick Friis
81886ad345
docs: fix broken link ( #15509 )
2024-01-03 16:00:18 -08:00
Harrison Chase
51dcb89a72
cleanup getting started ( #15450 )
2024-01-02 22:26:35 -08:00
Bagatur
480626dc99
docs, community[patch], experimental[patch], langchain[patch], cli[pa… ( #15412 )
...
…tch]: import models from community
ran
```bash
git grep -l 'from langchain\.chat_models' | xargs -L 1 sed -i '' "s/from\ langchain\.chat_models/from\ langchain_community.chat_models/g"
git grep -l 'from langchain\.llms' | xargs -L 1 sed -i '' "s/from\ langchain\.llms/from\ langchain_community.llms/g"
git grep -l 'from langchain\.embeddings' | xargs -L 1 sed -i '' "s/from\ langchain\.embeddings/from\ langchain_community.embeddings/g"
git checkout master libs/langchain/tests/unit_tests/llms
git checkout master libs/langchain/tests/unit_tests/chat_models
git checkout master libs/langchain/tests/unit_tests/embeddings/test_imports.py
make format
cd libs/langchain; make format
cd ../experimental; make format
cd ../core; make format
```
2024-01-02 15:32:16 -05:00
Ahmed Hathout
d0a1c71eda
Langchain: Fix quickstart doc code not working ( #15352 )
...
The quickstart doc is missing a few but very simple things that without
them, the code does not work. This PR fixes that by
- Adding commands to install `tiktoken` and `langchainhub`
- Adds a comma between 2 parameters for one of the methods
2024-01-01 13:38:33 -08:00
Harrison Chase
f20c56db41
[documentation] documentation revamp ( #15281 )
...
needs new versions of langchain-core and langchain
---------
Co-authored-by: Nuno Campos <nuno@langchain.dev >
2023-12-29 14:51:06 -08:00
Satin Wuker
e7ad834a21
docs/docs/get_started: fixing typos in quickstart.mdx ( #15025 )
...
Fixing typos: it's -> its
Fixing grammatical mistakes:
* having to worry -> worrying
* convert -> converts
* few main types -> a few main types
---------
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com >
2023-12-22 12:55:44 -08:00
Yacine
2929509edd
docs: ensure consistency in declaring LANGCHAIN_API_KEY... ( #14823 )
...
... variable, accompanied by a quote
Co-authored-by: Yacine Bouakkaz <Yacine.Bouakkaz@evokegroup.com >
2023-12-17 16:41:44 -05:00
Bagatur
8a126c5d04
docs[patch]: update installation with core and community ( #14577 )
2023-12-11 18:31:25 -08:00
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