build_vectorstore
Create a vector store from S3 markdown files by downloading, chunking, embedding with AWS Bedrock Titan, and storing in PostgreSQL for semantic search.
Instructions
Build or rebuild the knowledge base vector store from S3 markdown files.
Downloads all markdown files from the configured S3 location, processes them
into chunks, generates embeddings using AWS Bedrock Titan, and stores in PostgreSQL.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||