Erick Friis
|
d83b720c40
|
templates: readme langsmith not private beta (#20173)
|
2024-04-12 13:08:10 -07:00 |
|
Erick Friis
|
74b2c0aa01
|
templates, cli: more security deps (#19006)
|
2024-03-12 20:48:56 -07:00 |
|
Erick Friis
|
49f3cc0f6b
|
templates: bump lockfile deps (#19001)
|
2024-03-13 01:25:45 +00:00 |
|
Erick Friis
|
3a2eb6e12b
|
infra: add print rule to ruff (#16221)
Added noqa for existing prints. Can slowly remove / will prevent more
being intro'd
|
2024-02-09 16:13:30 -08:00 |
|
Erick Friis
|
64785822dc
|
templates: bump (#17074)
|
2024-02-05 17:12:12 -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:
![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 |
|
Erick Friis
|
08be477c24
|
templates: 0.1 bump (#15648)
|
2024-01-06 18:31:46 -08:00 |
|
Erick Friis
|
69a8a26683
|
templates: fix deps (#15439)
|
2024-01-03 13:28:05 -08:00 |
|
Bagatur
|
fa5d49f2c1
|
docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429)
ran
```bash
g grep -l "langchain.vectorstores" | xargs -L 1 sed -i '' "s/langchain\.vectorstores/langchain_community.vectorstores/g"
g grep -l "langchain.document_loaders" | xargs -L 1 sed -i '' "s/langchain\.document_loaders/langchain_community.document_loaders/g"
g grep -l "langchain.chat_loaders" | xargs -L 1 sed -i '' "s/langchain\.chat_loaders/langchain_community.chat_loaders/g"
g grep -l "langchain.document_transformers" | xargs -L 1 sed -i '' "s/langchain\.document_transformers/langchain_community.document_transformers/g"
g grep -l "langchain\.graphs" | xargs -L 1 sed -i '' "s/langchain\.graphs/langchain_community.graphs/g"
g grep -l "langchain\.memory\.chat_message_histories" | xargs -L 1 sed -i '' "s/langchain\.memory\.chat_message_histories/langchain_community.chat_message_histories/g"
gco master libs/langchain/tests/unit_tests/*/test_imports.py
gco master libs/langchain/tests/unit_tests/**/test_public_api.py
```
|
2024-01-02 16:47:11 -05: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)
![Screenshot 2023-12-13 at 12 53 39
PM](https://github.com/langchain-ai/langchain/assets/122662504/a6bc3b0b-f177-4367-b9c8-b8862c847026)
|
2023-12-13 16:43:47 -08:00 |
|