OpenAI Embeddings
TsgcAIOpenAIEmbeddings is the ingestion and lookup side of retrieval augmented generation. It splits a corpus into chunks, requests an embedding vector for each one, writes them to whichever vector store you assign, and returns the nearest stored text for any query.