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
pjb157 479be3cc91
community[minor]: Unify Titan Takeoff Integrations and Adding Embedding Support (#18775)
**Community: Unify Titan Takeoff Integrations and Adding Embedding
Support**

 **Description:** 
Titan Takeoff no longer reflects this either of the integrations in the
community folder. The two integrations (TitanTakeoffPro and
TitanTakeoff) where causing confusion with clients, so have moved code
into one place and created an alias for backwards compatibility. Added
Takeoff Client python package to do the bulk of the work with the
requests, this is because this package is actively updated with new
versions of Takeoff. So this integration will be far more robust and
will not degrade as badly over time.

**Issue:**
Fixes bugs in the old Titan integrations and unified the code with added
unit test converge to avoid future problems.

**Dependencies:**
Added optional dependency takeoff-client, all imports still work without
dependency including the Titan Takeoff classes but just will fail on
initialisation if not pip installed takeoff-client

**Twitter**
@MeryemArik9

Thanks all :)

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
6 months ago
..
api_reference Community: Updating Azure Retriever and Docs to be Azure AI Search instead of Azure Cognitive Search (#19925) 6 months ago
data 👥 Update LangChain people data (#19858) 6 months ago
docs community[minor]: Unify Titan Takeoff Integrations and Adding Embedding Support (#18775) 6 months ago
scripts docs: Update chat model providers include package information (#20336) 6 months ago
src docs: add Cohere to ChatModelTabs (#20386) 6 months ago
static docs: reorg and visual refresh (#19765) 6 months ago
.gitignore docs[minor]: Swap gtag for supabase (#18937) 7 months ago
.local_build.sh docs: partner packages (#16960) 8 months ago
.yarnrc.yml docs[minor]: Add thumbs up/down to all docs pages (#18526) 7 months ago
README.md docs: developer docs (#14776) 10 months ago
babel.config.js Restructure docs (#11620) 12 months ago
code-block-loader.js Restructure docs (#11620) 12 months ago
docusaurus.config.js docs: fix title cap (#20048) 6 months ago
package.json ci[minor]: Bump LC scripts package, add retry option (#19285) 7 months ago
settings.ini Restructure docs (#11620) 12 months ago
sidebars.js docs: `graphs` update (#19675) 6 months ago
vercel.json community[minor]: Unify Titan Takeoff Integrations and Adding Embedding Support (#18775) 6 months ago
vercel_build.sh docs[patch]: Revert quarto update (#19880) 6 months ago
vercel_requirements.txt infra: docs build install community editable (#14739) 10 months ago
yarn.lock ci[minor]: Bump LC scripts package, add retry option (#19285) 7 months ago

README.md

LangChain Documentation

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