Spaces:
Sleeping
Sleeping
File size: 286 Bytes
553b509 160bdcf | 1 2 3 4 5 6 7 8 | FROM langflowai/langflow:latest
ENV LANGCHAIN_TRACING_V2=true
ENV LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
ENV LANGCHAIN_API_KEY="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"
ENV LANGCHAIN_PROJECT="D4-Langflow"
RUN pip install semantic-router==0.0.61 httpx==0.24.1 |