Leonid Ganeline
163ef35dd1
docs: templates
updated titles ( #25646 )
...
Updated titles into a consistent format.
Fixed links to the diagrams.
Fixed typos.
Note: The Templates menu in the navbar is now sorted by the file names.
I'll try sorting the navbar menus by the page titles, not the page file
names.
2024-08-23 01:19:38 -07:00
wangda
28e956735c
docs:Correcting spelling mistakes in readme ( #22664 )
...
Signed-off-by: zhangwangda <zhangwangda94@163.com>
2024-06-10 15:33:41 +00:00
Erick Friis
d83b720c40
templates: readme langsmith not private beta ( #20173 )
2024-04-12 13:08:10 -07: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
Lance Martin
1db7450bc2
Update Gemini template README.md ( #14993 )
2023-12-20 20:07:20 -08:00
Lance Martin
320c3ae4c8
templates: Add Ollama multi-modal templates ( #14868 )
...
Templates for [local multi-modal
LLMs](https://llava-vl.github.io/llava-interactive/ ) using -
* Image summaries
* Multi-modal embeddings
---------
Co-authored-by: Erick Friis <erick@langchain.dev>
2023-12-20 15:28:53 -08:00
Lance Martin
3449fce273
Gemini multi-modal RAG template ( #14678 )
...

2023-12-13 16:43:47 -08:00