Skip to main content

Python SDK for LangWatch for monitoring your LLMs

Project description

LangWatch Python SDK

Go to https://langwatch.ai to setup your account.

To trace OpenAI calls:

+ import langwatch.openai

+ with langwatch.openai.OpenAITracer():
    completion = openai.ChatCompletion.create(
        model="gpt-3.5-turbo",
        messages=[
            {
                "role": "system",
                "content": "You are a helpful assistant that only reply in short tweet-like responses, using lots of emojis.",
            },
            {"role": "user", "content": message},
        ],
        stream=True,
    )

To trace LangChain agent:

+ import langwatch.langchain

  # ...

  chain = LLMChain(
      llm=ChatOpenAI(),
      prompt=chat_prompt,
      output_parser=CommaSeparatedListOutputParser(),
  )
+ with langwatch.langchain.LangChainTracer() as langWatchCallback:
-   result = chain.run(text="colors")
+   result = chain.run(text="colors", callbacks=[langWatchCallback])

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

langwatch-0.0.5.tar.gz (9.6 kB view details)

Uploaded Source

Built Distribution

langwatch-0.0.5-py3-none-any.whl (11.3 kB view details)

Uploaded Python 3

File details

Details for the file langwatch-0.0.5.tar.gz.

File metadata

  • Download URL: langwatch-0.0.5.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for langwatch-0.0.5.tar.gz
Algorithm Hash digest
SHA256 751c907b4057191ca5c17b832d6b28dfb02c59504449e57008be849de9804c1c
MD5 da8324a6a5d091dc93de168740d379b6
BLAKE2b-256 c1ce45af7d7413152043e74e190fd142f50caaecbcbd6c4b9c3895eb3d737010

See more details on using hashes here.

File details

Details for the file langwatch-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: langwatch-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 11.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for langwatch-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 7101e1db45293fda7ff43fa446350cbe321e26b66247872f6549cee43070876a
MD5 5a7335697f192ac59e64811cb35ada97
BLAKE2b-256 ed65684577ac3e0e069c9ee431648914e44019297c46b5ce01e0309374ad72f7

See more details on using hashes here.

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