Vectara
AI API keyIndex documents and run retrieval queries against Vectara corpora from any Windmill script, flow or app.
Set up in 3 steps
1
Create an API key
In the Vectara console, open Authorization then API keys, and create one. Choose a query-only key unless the scripts also index.
2
Add the resource in Windmill
Open Resources, add a resource of type vectara, and paste the key.
3
Run your first script
Fork any script below and read before writing anything.
Scripts
Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.
Remove all documents and data in a corpus
Script vectara Verified
Get a job by ID
Script vectara Verified
Delete a corpus and all its data
Script vectara Verified
Get a user
Script vectara Verified
List API keys
Script vectara Verified
List the documents in the corpus
Script vectara Verified
Get a turn
Script vectara Verified
Simple Single Corpus Query
Script vectara Verified
Get an App Client
Script vectara Verified
Reset the password for a user
Script vectara Verified
Get an API key
Script vectara Verified
Upload a file to the corpus
Script vectara Verified
List users in the account
Script vectara Verified
List turns in a chat
Script vectara Verified
Retrieve metadata about a corpus
Script vectara Verified
Update an App Client
Script vectara Verified
Get a chat
Script vectara Verified
List rerankers
Script vectara Verified
List LLMs
Script vectara Verified
Delete a document
Script vectara Verified
List jobs
Script vectara Verified
Create an App Client
Script vectara Verified
Delete a chat
Script vectara Verified
List encoders
Script vectara Verified
Retrieve a document
Script vectara Verified
Update a corpus
Script vectara Verified
List chats
Script vectara Verified
List corpora
Script vectara Verified
Add a document to a corpus
Script vectara Verified
Update a user
Script vectara Verified
Resource type
vectara — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| apiKey | string | Yes |
Questions
Query-only or index-enabled?
Vectara fixes that when the key is created. A query key cannot add documents, which is what you want for anything user-facing.
Is my key stored on the hub?
Never. It lives only in your own Windmill workspace, encrypted at rest.