22 Commits

Author SHA1 Message Date
Brody 6cd3026566 Update sales links (#950)
Description: updates sales team links to point to our form.

Issue: DOC-170 (internal Linear ticket)
2025-08-19 08:12:09 -07:00
Kathryn May f179ea521e Remove deprecated off_the_shelf evaluators content (#901) 2025-07-14 11:03:28 -04:00
Brian Vander Schaaf 057d5b5cab chore: SCIM documentation (#889) 2025-07-09 15:32:34 -04:00
Tanushree 6a32fd4001 Details for first token (#888) 2025-07-07 11:34:28 -07:00
William FH ff4c82b534 Rm discord community ref (#768) 2025-04-29 01:35:26 +00:00
Brian Vander Schaaf a88d7a7d43 chore: remove outdated scalability section (#750) 2025-04-14 19:12:12 -04:00
langchain-infra db8ca715f6 docs: add ips for langsmith (#700) 2025-03-06 12:28:41 -05:00
Jacob Lee a3efa17e43 docs: Revamp prebuilt evals (#690) 2025-02-26 09:42:05 -08:00
Isaac Francisco 2fbe0ec53b remove unnecessary url nesting (#650) 2025-02-07 01:27:59 +00:00
Jacob Lee 5e6c7b9dab feat(js): Pull SDK and build JS API refs (#628) 2025-01-15 18:46:38 -08:00
Maddy Adams c5424abe30 docs: commit diff 2024-12-17 11:18:11 -05:00
Bagatur 18d95f5cc3 sdk v0.2 docs (#563) 2024-12-05 10:41:15 -08:00
Bagatur a4b6a42949 miscellaneous nits (#561) 2024-12-03 12:26:04 -08:00
Bagatur 14062a705e cleanup Reference page (#555) 2024-11-26 12:02:20 -08:00
Bagatur 110b5c6e22 Flatten eval how to guides directory (#552)
Fixes the breadcrumbs so each breadcrumb is actually a page
2024-11-26 10:01:48 -08:00
Ankush Gola 49eee4bc64 chore: add admonition for minimum version of sdk 2024-11-15 13:44:15 -05:00
jakerachleff 3f15b0c4e8 Update dataset_transformations.mdx (#529) 2024-11-14 15:10:25 -08:00
jakerachleff cf61e91021 feat: datasets revamp (#527)
- reference
- how to guide and reference updates

---------

Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
2024-11-14 15:03:55 -08:00
jakerachleff de156e4f33 feat: add quickstart when you click on evaluation / add example reference (#502)
Some customers mentioned that it was too hard to get started when
clicking on the evals docs. Now, when you click on `evaluation` in the
side bar, you are taken to a evals specific quick start that matches the
one we have in our app for onboarding.

Also updated our how to guide on defining evaluators to reference a page
saying what examples actually are
2024-11-04 16:03:38 -08:00
jakerachleff bbc9da7b1f feat: docs organized by area with better how to sections (#488)
Organize docs by product area, and organize how to guides to have some structure
2024-10-24 15:31:40 -07:00
jakerachleff 49caca6788 fix: upgrade docusaurus to v3.5 to update sitemaps for SEO (#477)
This PR upgrades docusaurus from v2 to v3 so we can take advantage of
their latest features.

## Changes needed for v2 -> v3 upgrade
1. **Legacy Cookbook Notebook Converter**: Had to update our old
cookbook notebook converter. This logic now has bad rendering in one
special case, which is pandas dataframe outputs no longer show up as
tables and instead show up as raw text. That's fine, since cookbooks are
old, and only left around for posterity
2. **Link syntax changes**: links using ./ instead of ../ were broken.
Made fixes where the link checker failed
3. **Special Character Rendering**: Had to move some output of python
command into output codeblocks to allow rendering of unicode chars
4. **Old Version Banner**: Our version banner code relied on internal
methods in docusaurus v2, so I did some hacking to make them still show
up on our old docs using publicly available APIs
2024-10-22 15:08:58 -07:00
jakerachleff 077d0d3984 refactor: align with docusaurus version structure (#476)
Moves our docs to meet docusaurus standards.

- Current docs moved from `versioned-docs/version-2.0` to the `docs/`
folder
- Old docs go under `versioned-docs/version-old`

Doing this so that we can actually conform to docusaurus standards, and
therefore use their instructions on how to do things (like SEO
optimization for new docs vs old docs).

## NOTES FOR REVIEW
I didn't make many changes here except for:
1. moving old doc files to the `version-1.0`
2. Updating our langsmith cookbooks script we use to generate cookbooks
in the navbar
2024-10-21 17:33:51 -07:00