Skip to content

Commit

Permalink
docs[patch]: Fix record manager options
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Apr 18, 2024
1 parent b8149a3 commit 0d0fb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODIFY.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Finally, perform these same steps inside the `stream_log` route, and you're done
## Record Manager

Continuing with the database, we also employ a record manager for ingesting docs.
Currently, we use a `PostgresRecordManager`, however you may also swap that out in favor of a `MongoDocumentManager`.
Currently, we use a [`PostgresRecordManager`](https://api.js.langchain.com/classes/langchain_community_indexes_postgres.PostgresRecordManager.html), however you may also swap that out in favor of a [`SQLiteRecordManager`](https://api.js.langchain.com/classes/langchain_community_indexes_sqlite.SQLiteRecordManager.html).

```typescript
const recordManager = new PostgresRecordManager(
Expand Down

0 comments on commit 0d0fb7c

Please sign in to comment.