You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs
Zach Nussbaum 14f3014cce
embeddings: nomic embed vision (#22482)
Thank you for contributing to LangChain!

**Description:** Adds Langchain support for Nomic Embed Vision
**Twitter handle:** nomic_ai,zach_nussbaum


- [x] **Add tests and docs**: If you're adding a new integration, please
include
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.


- [ ] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.

---------

Co-authored-by: Lance Martin <122662504+rlancemartin@users.noreply.github.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
1 month ago
..
api_reference docs: fix api ref link generation (#22438) 1 month ago
data 👥 Update LangChain people data (#22388) 1 month ago
docs community[minor]: add user agent for web scraping loaders (#22480) 1 month ago
scripts embeddings: nomic embed vision (#22482) 1 month ago
src docs: add Microsoft Azure to ChatModelTabs (#22367) 1 month ago
static docs[patch]: Add robots.txt and root sitemap (#22492) 1 month ago
.gitignore infra: cleanup docs build (#21134) 2 months ago
.yarnrc.yml docs[minor]: Add thumbs up/down to all docs pages (#18526) 4 months ago
Makefile docs: edit links, direct for notebooks (#22051) 2 months ago
README.md docs: developer docs (#14776) 7 months ago
babel.config.js Restructure docs (#11620) 9 months ago
docusaurus.config.js docs: link GH org (#22308) 1 month ago
package.json docs: v0.2 docs in master (#21438) 2 months ago
sidebars.js docs: make llm cache its own section (#22301) 1 month ago
vercel.json docs[patch]: Add robots.txt and root sitemap (#22492) 1 month ago
vercel_build.sh infra: use nbconvert for docs build (#21135) 2 months ago
vercel_requirements.txt docs: remove postgres from docs build (#21847) 2 months ago
yarn.lock docs: v0.2 docs in master (#21438) 2 months ago

README.md

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide