What's Changed
- using digital signatures for pickle creation and loading by @serengil in https://github.com/serengil/deepface/pull/1570
- pgvector backend added by @serengil in https://github.com/serengil/deepface/pull/1572
- raise error while attempting signed datastore without credentials by @serengil in https://github.com/serengil/deepface/pull/1576
- add pinecone as backend db by @sere...