Setup
Create project
Get a working Convex project set up, for example by using:Add database accessors
Add query and mutation helpers toconvex/langchain/db.ts
:
convex/langchain/db.ts
Configure your schema
Set up your schema (for vector indexing):convex/schema.ts
Usage
npm
Ingestion
Search
Related
- Vector store conceptual guide
- Vector store how-to guides