Company
Date Published
Author
-
Word count
1327
Language
English
Hacker News points
None

Summary

Ingest is being used to build agentic workflows with Weaviate, a vector database that enables flexible and robust AI applications. The Dinner Generator workflow uses Ingest's composable API to create an agentic pipeline that generates the perfect dinner menu based on tastes, allergies, and the number of attendees. The workflow relies on three datasets available on Huggingface and leverages Weaviate's batching and vectorizer APIs to quickly process large amounts of data. Ingest enables the creation of AI workflows with simple TypeScript API, while Weaviate enables quick retrieval of data from vectorized collections. The agentic nature of the workflow resides in its ability to fetch additional information when allergies are mentioned in the food preferences. The combination of Weaviate and Ingest makes it easy to build such agentic and data-intensive workflows.