07. Runnable
# .env Read a file and set it as an environment variable
from dotenv import load_dotenv
# load token information
load_dotenv()True# Set up LangSmith tracking. https://smith.langchain.com
# !pip install -qU langchain-teddynote
from langchain_teddynote import logging
# Enter a project name.
logging.langsmith("CH01-Basic")Start tracking LangSmith.
[project name]
CH01-BasicHow to effectively convey data
RunnableParallel
RunnableLambda
Last updated