Package com.langchain.smith.example.otel
Class SpringBootLangSmithExample
-
- All Implemented Interfaces:
@SpringBootApplication() public class SpringBootLangSmithExampleSpring Boot example: Send OpenTelemetry traces to LangSmith. Usage: export LANGSMITH_API_KEY=your_api_key export LANGSMITH_PROJECT=my-project # optional, defaults to "default" ./gradlew :langsmith-java-example:run -Pexample=SpringBootLangSmith Then make requests to: http://localhost:8080/api/chat http://localhost:8080/api/analyze?text=hello
-
-
Constructor Summary
Constructors Constructor Description SpringBootLangSmithExample()
-