Skip to content

Commit

Permalink
Add collab link (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Sep 13, 2023
1 parent 106168d commit d3855a4
Show file tree
Hide file tree
Showing 15 changed files with 7,061 additions and 7,049 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# LangSmith Cookbook

This repository stores code tutorials showing different ways to get more out of [LangSmith](https://smith.langchain.com/). LangSmith is a platform that helps you debug, test, evaluate, and monitor your LLM applications.
This repository is your practical guide to maximizing [LangSmith](https://smith.langchain.com/). As a tool, LangSmith empowers you to debug, evaluate, test, and improve your LLM applications continuously. These recipes dive deeper than the [standard documentation](https://docs.smith.langchain.com/), presenting real-world scenarios for you to adapt and implement.

These cookbook recipes are meant to complement the [LangSmith Documentation](https://docs.smith.langchain.com/) by showing common use cases and tactics within "end-to-end" examples, which you can take and adapt to your needs.

If you have any specific requests or common patterns you'd like to see highlighted, create a GitHub issue or let one of the core LangChain devs know. We also welcome contributions!
**Your Input Matters**

We're always evolving. If there's a specific use case or pattern you want to see or if you'd like to contribute, raise a GitHub issue or reach out to the LangChain development team. Your feedback helps everyone!

## Tracing your code

Expand Down
2 changes: 1 addition & 1 deletion exploratory-data-analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sidebar_position: 7
# Exploratory Data Analysis

Once you've logged your trace data, there is a wealth of insight you can glean from analyzing the logs. Use them for fine-tuning, to build better eval suites, to drive product insights, and more. The following are some example notebooks showing how you can export the data to other tools for analysis.
- The [Lilac](./exploratory-data-analysis/lilac/lilac.ipynb) notebook demonstrates how you can enrich a dataset by defining custom patterns, check for PII, and performing near-duplicate detection using the open-source unstructured data analytics tool, [Lilac](https://github.com/lilacai/lilac).
- The [Lilac](./lilac/lilac.ipynb) notebook demonstrates how you can enrich a dataset by defining custom patterns, check for PII, and performing near-duplicate detection using the open-source unstructured data analytics tool, [Lilac](https://github.com/lilacai/lilac).
Loading

0 comments on commit d3855a4

Please sign in to comment.