Hello,
AirTable introduce AI Feature few months ago but I don"t see Vector Search or Semantic Search.
I found this project Ask-Airy that provide a very interesting design a year ago.
- It create an Embeding for each table's row
- It create a HyDE of Row based on user query to build an Embeding
- It search the results using Cosine Similarity (I'm struggle here)
I like the way it is done but I lack of explanations. I think AirTable should provide this kind of feature natively.
As a GPT developers I'm looking for RAG applications.
- Yes I could use a SaaS database like Pinecore
- Yes I could use Azure / OpenAI Search APIs
- But what about AirTable ?
I have a lot of interesting Data into AirTable, I'd love to simply query AirTable with Semantic or Vector search then get top X results and fill back my LLM tools.
Any ideas ?