We should put the Payload collections for mdx and embeddings into @mdxdb/core as well as a workflow to handle generating the embeddings on create & update.
embed should use the AI SDK openai provider text-embedding-3-large with 256 dimensions.
we will handle the actual indexing and storage in the fs, sqlite, postgres, and mongo packages separately
We should put the Payload collections for
mdxandembeddingsinto@mdxdb/coreas well as a workflow to handle generating the embeddings on create & update.embedshould use the AI SDK openai providertext-embedding-3-largewith 256 dimensions.we will handle the actual indexing and storage in the fs, sqlite, postgres, and mongo packages separately