feat: `LanceDB`, schema-less ingest, compat with pydantic v2, (no need to create any explicit schema); `VectorStoreConfig` flexible document, metadata classes.
`VectorStoreConfig` has two new configs: `document_class` (any class derived from `Document`) and `metadata_class` (subclass of `DocMetadata`).
Specifying these classes allows more flexible document ingestion, see `test_vector_stores.py::test_vector_store_access` for examples.