Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add csv agent migration cookbook #347

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
db92919
Add csv agent migration cookbook
Anirudh31415926535 Jan 10, 2025
ef716bb
Merge branch 'main' into anirudh.shrinivason/add-csv-agent-migration-…
Anirudh31415926535 Jan 13, 2025
1c2ba7a
Make the description shorter
Anirudh31415926535 Jan 13, 2025
27fe47a
Merge branch 'anirudh.shrinivason/add-csv-agent-migration-cookbook' o…
Anirudh31415926535 Jan 13, 2025
17e5016
nit
Anirudh31415926535 Jan 13, 2025
be51be7
nit
Anirudh31415926535 Jan 13, 2025
dc5dd5e
Merge branch 'main' into anirudh.shrinivason/add-csv-agent-migration-…
Anirudh31415926535 Jan 15, 2025
2d2c268
Fix markdown in cookbooks.mdx
Jan 15, 2025
1dc4b0e
Add csv agent migration cookbook
Anirudh31415926535 Jan 10, 2025
6d7b1b1
Make the description shorter
Anirudh31415926535 Jan 13, 2025
ecc3d14
nit
Anirudh31415926535 Jan 13, 2025
b2319f8
nit
Anirudh31415926535 Jan 13, 2025
8bd453c
Fix markdown in cookbooks.mdx
Jan 15, 2025
fb1dcad
remove python from pip install line
Anirudh31415926535 Jan 15, 2025
14229e8
Merge branch 'anirudh.shrinivason/add-csv-agent-migration-cookbook' o…
Anirudh31415926535 Jan 15, 2025
de5c00c
Auto-format migrate-csv-agent page
Jan 15, 2025
42e10a2
Update slug
Anirudh31415926535 Jan 15, 2025
821f375
merge conflict
Anirudh31415926535 Jan 15, 2025
a8f9d63
Merge branch 'main' into anirudh.shrinivason/add-csv-agent-migration-…
Anirudh31415926535 Jan 15, 2025
52179d4
auto-format migrate-csv-agent page
Jan 15, 2025
29a5d25
Update the mdx file
Anirudh31415926535 Jan 15, 2025
89d0d3d
Merge branch 'anirudh.shrinivason/add-csv-agent-migration-cookbook' o…
Anirudh31415926535 Jan 15, 2025
f75b042
Merge branch 'main' into anirudh.shrinivason/add-csv-agent-migration-…
Anirudh31415926535 Jan 17, 2025
b20ef1b
Update intro paragraph
Anirudh31415926535 Jan 21, 2025
ba1f19f
Merge branch 'main' into anirudh.shrinivason/add-csv-agent-migration-…
Anirudh31415926535 Jan 21, 2025
826a257
Update the title and the introduction
Anirudh31415926535 Jan 21, 2025
f2eff8d
Merge branch 'anirudh.shrinivason/add-csv-agent-migration-cookbook' o…
Anirudh31415926535 Jan 21, 2025
f6153bc
Update cookbook and yaml files
Anirudh31415926535 Jan 21, 2025
92f6191
miss comma
Anirudh31415926535 Jan 21, 2025
19bec0c
above to below nit
Anirudh31415926535 Jan 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions fern/pages/cookbooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,14 @@ export const ossCards = [
tags: ["oss", "search", "rag"],
href: "/page/creating-a-qa-bot",
},
{
title: "Migrating away from deprecated create_csv_agent in langchain-cohere",
description:
"This page contains a tutorial on how to build a CSV agent without the deprecated `create_csv_agent` abstraction in langchain-cohere v0.3.5 and beyond.",
imageSrc: "https://fern-image-hosting.s3.amazonaws.com/cohere/13cb578-Community_Demo_8.png",
tags: ["agents", "oss", "csv"],
href: "/page/migrate-csv-agent",
},
];

export const searchCards = [
Expand Down
Loading
Loading