docs: Add Oxylabs integration (#30591)

Description:
This PR adds documentation for the langchain-oxylabs integration
package.

The documentation includes instructions for configuring Oxylabs
credentials and provides example code demonstrating how to use the
package.

Issue:
N/A

Dependencies:
No new dependencies are required.

Tests and Docs:

Added an example notebook demonstrating the usage of the
Langchain-Oxylabs package, located in docs/docs/integrations.
Added a provider page in docs/docs/providers.
Added a new package to libs/packages.yml.

Lint and Test:

Successfully ran make format, make lint, and make test.
This commit is contained in:
oxy-tg
2025-04-02 17:40:32 +03:00
committed by GitHub
parent 816492e1d3
commit 38807871ec
3 changed files with 320 additions and 1 deletions

View File

@@ -564,4 +564,7 @@ packages:
repo: memgraph/langchain-memgraph
- name: langchain-vectara
path: libs/vectara
repo: vectara/langchain-vectara
repo: vectara/langchain-vectara
- name: langchain-oxylabs
path: .
repo: oxylabs/langchain-oxylabs