Currently, all the embeddings components that support persistence with relational databases store content in the default schema for the session. This change will allow setting what the default schema should be for the following components. - [PGVector ANN](https://neuml.github.io/txtai/embeddings/configuration/ann/#pgvector) - [RDBMS Database Storage](https://neuml.github.io/txtai/embeddings/configuration/database/#content) - [Graph RDBMS](https://neuml.github.io/txtai/embeddings/configuration/graph/#rdbms) - [PGText Scoring](https://neuml.github.io/txtai/embeddings/configuration/scoring/#method) This is set on a per Embeddings database instance.