BuildShip Logo
BuildShip Community

Airtable DB vector search

Answers natural language questions about Airtable data using semantic search and AI. Accepts a user query, Airtable embedding collection name, embedding field, chat ID, and result limit. Returns a concise, relevant summary from Airtable. It generates OpenAI embeddings for the query, performs a vector search in Firestore, extracts unique Airtable record IDs, fetches those records, and uses OpenAI GPT to generate a context-aware answer.

5

Report this template

Select the reason for reporting

Describe the issue in detail

Share template

Link to template

https://templates.buildship.com/template/8G6kCDv9AZHh/

Inputs

query

What is assigned to Luis?

embeddingsCollectionName

myAirtableEmbeddings

numOfResults

5

chatId

1234

embeddingFieldName

assignee_embedding
This is a static example using sample inputs. Remix the template to run it with your own values.

Output