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
Hassan El Mghari d6ef5fe86a
together: add chat models, use openai base (#21337)
**Description:** Adding chat completions to the Together AI package,
which is our most popular API. Also staying backwards compatible with
the old API so folks can continue to use the completions API as well.
Also moved the embedding API to use the OpenAI library to standardize it
further.

**Twitter handle:** @nutlope

- [x] **Add tests and docs**: If you're adding a new integration, please
include
- [x] **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/

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

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
3 weeks ago
..
api_reference experimental[minor]: upgrade the prompt injection model (#20783) 1 month ago
data 👥 Update LangChain people data (#21143) 4 weeks ago
docs together: add chat models, use openai base (#21337) 3 weeks ago
scripts docs: model table keywords, remove tool calling from llm (#21225) 4 weeks ago
src docs: add Cohere to ChatModelTabs (#20386) 2 months ago
static docs: reorg and visual refresh (#19765) 2 months ago
.gitignore infra: cleanup docs build (#21134) 4 weeks ago
.yarnrc.yml docs[minor]: Add thumbs up/down to all docs pages (#18526) 3 months ago
Makefile infra: cleanup docs build (#21134) 4 weeks ago
README.md docs: developer docs (#14776) 5 months ago
babel.config.js Restructure docs (#11620) 8 months ago
docusaurus.config.js docs: fix title cap (#20048) 2 months ago
package.json Lock low level dep to fix Vercel docs build (#20573) 1 month ago
sidebars.js docs: Add doc for hybrid search (#21245) 4 weeks ago
vercel.json upstage: init package (#20574) 1 month ago
vercel_build.sh infra: cleanup docs build (#21134) 4 weeks ago
vercel_requirements.txt docs: install partner pkgs vercel (#20761) 1 month ago
yarn.lock Lock low level dep to fix Vercel docs build (#20573) 1 month ago

README.md

LangChain Documentation

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