Skip to content

Commit

Permalink
docs[patch]: Fixes Incorrect Path for Convex Utils (langchain-ai#6216)
Browse files Browse the repository at this point in the history
* Update vectorstores/convex.mdx with correct export for convex utils

* Update chat_memory/convex.mdx with correct export for convex utils

* format docs

---------

Co-authored-by: Brace Sproul <[email protected]>
Co-authored-by: vynxc <[email protected]>
  • Loading branch information
3 people authored Jul 26, 2024
1 parent bc3eaa4 commit 459995b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/core_docs/docs/integrations/chat_memory/convex.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ npm create convex@latest
Add query and mutation helpers to `convex/langchain/db.ts`:

```ts title="convex/langchain/db.ts"
export * from "langchain/util/convex";
export * from "@langchain/community/utils/convex";
```

### Configure your schema
Expand Down
2 changes: 1 addition & 1 deletion docs/core_docs/docs/integrations/vectorstores/convex.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm create convex@latest
Add query and mutation helpers to `convex/langchain/db.ts`:

```ts title="convex/langchain/db.ts"
export * from "langchain/util/convex";
export * from "@langchain/community/utils/convex";
```

### Configure your schema
Expand Down

0 comments on commit 459995b

Please sign in to comment.