Skip to content

Conversation

D1m7asis
Copy link

@D1m7asis D1m7asis commented Aug 6, 2025

Description:
Introduces documentation notebooks for AI/ML API integration covering the following use cases:

  • Chat models (ChatAimlapi)
  • Text completion models (AimlapiLLM)
  • Provider usage examples
  • Text embedding models (AimlapiEmbeddings)

Additionally, adds the langchain-aimlapi package entry to libs/packages.yml for package management.

This PR aims to provide a comprehensive starting point for developers integrating AI/ML API models with LangChain via the new langchain-aimlapi package.

Issue: N/A

Dependencies: None

Twitter handle: @aimlapi


To-Do Before Submitting PR:

  • Run make format
  • Run make lint
  • Confirm all documentation notebooks are in docs/docs/integrations/
  • Double-check libs/packages.yml has the correct repo path
  • Confirm no pyproject.toml modifications were made unnecessarily

@D1m7asis D1m7asis requested a review from ccurme as a code owner August 6, 2025 14:40
Copy link

vercel bot commented Aug 6, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
langchain Canceled Canceled Sep 12, 2025 2:50am

Copy link

codspeed-hq bot commented Aug 6, 2025

CodSpeed WallTime Performance Report

Merging #32430 will improve performances by 16.54%

Comparing D1m7asis:master (e6ed5f7) with master (338d3d2)

⚠️ Unknown Walltime execution environment detected

Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data.

For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.

Summary

⚡ 2 improvements
✅ 11 untouched

Benchmarks breakdown

Benchmark BASE HEAD Change
test_import_time[InMemoryVectorStore] 688.8 ms 617 ms +11.63%
test_import_time[RunnableLambda] 560.7 ms 481.1 ms +16.54%

@D1m7asis D1m7asis changed the title docs(aimlapi): add integration notebooks and package configuration docs(docs): add integration notebooks and package configuration Aug 6, 2025
Copy link

codspeed-hq bot commented Aug 6, 2025

CodSpeed Instrumentation Performance Report

Merging #32430 will not alter performance

Comparing D1m7asis:master (e6ed5f7) with master (338d3d2)

Summary

✅ 14 untouched

Introduces documentation notebooks for AI/ML API integration covering chat, LLM, provider, and text embedding use cases. Also adds the langchain-aimlapi package to the packages.yml configuration for package management.
@D1m7asis D1m7asis changed the title docs(docs): add integration notebooks and package configuration docs(docs): AI/ML API integration Aug 7, 2025
@mdrxy mdrxy changed the title docs(docs): AI/ML API integration docs: add AI/ML API integration Sep 11, 2025
@mdrxy mdrxy added the documentation Improvements or additions to documentation label Sep 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation INTERNAL-MAINTAINER-NOTE-move-to-new-repo FOR LANGCHAIN STAFF new-integration Adding a new partner library package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants