Skip to main content

langsmith package for ally

Project description

Ally AI

How to use

Config File

langsmith:
  langchain_tracing_v2: 'true'
  langchain_endpoint: "https://api.smith.langchain.com"
  langchain_api_key: "<your-api-key>"
  langchain_project: "future-press-release"

Update api key in k8s

with using double underscore '__'

env:
  - name: langsmith__langchain_api_key
    valueFrom:
      secretKeyRef:
        name: ...
        key: ...

Create an instance

from ally_ai_langsmith import Langsmith

Langsmith()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ally_ai_langsmith-0.0.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

ally_ai_langsmith-0.0.1-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page