Skip to content

Commit

Permalink
docs: Fix import (#7166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Nov 5, 2024
1 parent c8e4c61 commit 5d1ea91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ npm install @langchain/community @langchain/core @tensorflow/[email protected] @te

```typescript
import "@tensorflow/tfjs-backend-cpu";
import { TensorFlowEmbeddings } from "langchain/embeddings/tensorflow";
import { TensorFlowEmbeddings } from "@langchain/community/embeddings/tensorflow";

const embeddings = new TensorFlowEmbeddings();
```
Expand Down

0 comments on commit 5d1ea91

Please sign in to comment.