langchain/docs/docs/integrations
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:


![chrome_yZQ7BF2GTj](https://github.com/langchain-ai/langchain/assets/93204286/43a9a4d4-70fd-41c4-8978-b6240ff63ffa)

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
..
adapters docs[patch]: fix ipynb links (#14325) 2023-12-06 09:29:07 -08:00
callbacks docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
chat feat: Implement stream interface (#15875) 2024-01-11 21:32:48 -08:00
chat_loaders docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
document_loaders docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
document_transformers docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
llms Community : Modified doc strings and example notebook for Clarifai (#15816) 2024-01-10 19:33:10 -08:00
memory Batch update of alt text and title attributes for images in md/mdx files across repo (#15357) 2024-01-12 14:37:48 -08:00
platforms openai[patch], docs: readme (#15773) 2024-01-09 11:52:24 -08:00
providers Batch update of alt text and title attributes for images in md/mdx files across repo (#15357) 2024-01-12 14:37:48 -08:00
retrievers docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
stores Add documentation for AstraDBStore (#15953) 2024-01-12 10:44:46 -08:00
text_embedding community: Added functions to make async calls to HuggingFaceHub's embedding endpoint in HuggingFaceHubEmbeddings class (#15737) 2024-01-11 21:52:55 -08:00
toolkits docs: Update Robocorp Action Server installation instructions (#15943) 2024-01-12 09:46:18 -08:00
tools docs: integration package pip installs (#15762) 2024-01-09 11:13:10 -08:00
vectorstores community: Added Lantern as VectorStore (#12951) 2024-01-12 12:00:16 -08:00