Embeddings
Introduction
An Embedder converts complex information into vector representations, allowing it to be stored in a vector database. By transforming data into embeddings, the embedder enables efficient searching and retrieval of contextually relevant information. This process enhances the responses of language models by providing them with the necessary business context, ensuring they are context-aware. Phidata uses OpenAIEmbedder
as the default embedder, but other embedders are supported as well. Here is an example:
The following embedders are supported: