https://github.com/alexandrehsd/evaluating-llm-systems
LangSmith tutorial on LLM Systems evaluation
https://github.com/alexandrehsd/evaluating-llm-systems
langchain langgraph langsmith
Last synced: 6 months ago
JSON representation
LangSmith tutorial on LLM Systems evaluation
- Host: GitHub
- URL: https://github.com/alexandrehsd/evaluating-llm-systems
- Owner: alexandrehsd
- Created: 2024-10-16T22:51:28.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T13:47:34.000Z (12 months ago)
- Last Synced: 2025-04-10T21:13:58.150Z (6 months ago)
- Topics: langchain, langgraph, langsmith
- Language: Jupyter Notebook
- Homepage:
- Size: 434 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Evaluating LLM Systems
In this repo, we work on a example of LLM System evaluation with a single agent with access to a SQL tool. The concepts explored here are derived from [LangSmith](https://docs.smith.langchain.com/concepts/evaluation#agents) and the code was inspired from [this](https://docs.smith.langchain.com/tutorials/Developers/agents) tutorial with some slight code modification and fixes applied to the evaluation procedures.