This issue is intended to raise the question, are these really CCC controls?
https://ccc.finos.org/ccc/CCC.Vector/DEV/CCC.Vector.CN01
"Ensure all incoming embeddings are structurally and statistically validated before indexing to prevent poisoning or corruption."
- thinking: we don't have a similar control for this in RDBMS, since it's expected that databases will have schema / insert checking as a feature. Vector stores should be similar. It's therefore up to the application team to ensure the right data is going in the right table, not cloud security.
This issue is intended to raise the question, are these really CCC controls?
https://ccc.finos.org/ccc/CCC.Vector/DEV/CCC.Vector.CN01
"Ensure all incoming embeddings are structurally and statistically validated before indexing to prevent poisoning or corruption."