pxt schema update app.py my_app first (Quickstart); the snippets assume that already ran.
- Pinecone and Milvus
- Postgres
- LangGraph
- Scripts and Airflow
You do not need a separate vector database. The embedding index sits on the column. Insert keeps it current.Embedding indexes
pxt schema update, insert with table.insert([...]) as in the snippets above, or POST after pxt service update (Quickstart).
Quickstart
Write
app.py, run pxt schema update, then insert from Python or HTTP.HTTP serving
Insert, compute, update, delete, query, uploads, background jobs.