**- A brand-new Dashboard UI and enhanced functionality**
**- Vector database support in local and hosted mode for Weaviate and Pinecone**
**- API improvements for data science development**
**- Updated documentation and bugfixes**
Dashboard Makeover and Upgrades
We're excited to bring you a more visually appealing Dashboard with new functionality for both users and administrators, including metadata management for resource tags, previewing transformation results, and clear visibility of transformation logic
![64af1d82d153973fccf86317_4Ar9Po7GUJLOTIq5CZbJoNQFWgWcpCvVm3exXLtr7ogMJOlp2SCqY-61Cj_akC1U1KCfmaVwTwiRE763cvhW0bvWiaIlgoOLHmFuBNNIx3jsMpNyk08_ec1YXgt5MjNhfruB4XjfjUdrHBVd5IT5jfk](https://github.com/featureform/featureform/assets/32000779/6a6b6b7d-caed-4a54-b800-7dfe70ca8816)
**Assign tags to resources directly through the dashboard UI**
![64af1d83823a5ead51dfa88f_z9-GtRKcrE0MIjfeLS6Q6gM4wVS2BQVWoH_Yn33b0UHxiqJuLFsp9F9ytOF2mCfh5_ikrPM3yNGkUuvmnj13dTlHnQ-j_OYY88y-s8QuDlyCi7fBWc9eYIbUxXciNqjVH4PAn3RmJXzcfP5ot9TWUVw](https://github.com/featureform/featureform/assets/32000779/3ac0f2e3-793b-454d-9bf1-d23a9e15455e)
**[Edit Resource Metadata from the Dashboard](https://github.com/featureform/featureform/pull/907)**
![64af1d83823a5ead51dfa88f_z9-GtRKcrE0MIjfeLS6Q6gM4wVS2BQVWoH_Yn33b0UHxiqJuLFsp9F9ytOF2mCfh5_ikrPM3yNGkUuvmnj13dTlHnQ-j_OYY88y-s8QuDlyCi7fBWc9eYIbUxXciNqjVH4PAn3RmJXzcfP5ot9TWUVw-2](https://github.com/featureform/featureform/assets/32000779/f2e541b7-43c9-4170-98fb-0e1112d01d1e)
**[Preview datasets directly from the dashboard](https://github.com/featureform/featureform/pull/858)**
![64af1d83307770eac98fc774_aecI-9V-HWManpCyGWroExo-uYd5x9SB4LlBsevmikq0iPQEN3VXugvd1pGkdwBR8zpsYN2zyCRZExsWlEA4Uwcpv_Jt1gqwgvrcWa1yLnOvizZhKp-DZ-ne8ALUSZ_Nwe7ZlqssMs6mZG4nnq3AWgs](https://github.com/featureform/featureform/assets/32000779/e32cf0ab-0ba5-4034-a777-f0647673f1ee)
**[Better formatting for Python and SQL transformations](https://github.com/featureform/featureform/pull/915)**
![64af1d83823a5ead51dfa88f_z9-GtRKcrE0MIjfeLS6Q6gM4wVS2BQVWoH_Yn33b0UHxiqJuLFsp9F9ytOF2mCfh5_ikrPM3yNGkUuvmnj13dTlHnQ-j_OYY88y-s8QuDlyCi7fBWc9eYIbUxXciNqjVH4PAn3RmJXzcfP5ot9TWUVw-1](https://github.com/featureform/featureform/assets/32000779/5fd60c11-abb9-4df9-975c-9f37bc7ced9d)
Vector Database Support
You can now register Weaviate and Pinecone as providers!
**[Pinecone](https://github.com/featureform/featureform/pull/854)**
<img width="312" alt="Screen Shot 2023-07-14 at 11 56 58 AM" src="https://github.com/featureform/featureform/assets/32000779/71d7473d-96c6-4a10-8554-e3e0403c16c5">
**[Weaviate](https://github.com/featureform/featureform/pull/888)**
<img width="274" alt="Screen Shot 2023-07-14 at 12 46 27 PM" src="https://github.com/featureform/featureform/assets/32000779/19c4d133-7258-456d-9c12-bcf6eeb067b9">
API Improvements for Data Science Development
**[Read all files from a directory into a dataframe with `ff.register_directory()`](https://github.com/featureform/featureform/pull/869)**
<img width="321" alt="Screen Shot 2023-07-14 at 12 33 35 PM" src="https://github.com/featureform/featureform/assets/32000779/6e705a6c-ee58-412d-bc04-92ea910f73ac">
**[Inference Stores are now optional in Local Mode](https://github.com/featureform/featureform/pull/872)**: if an inference store is not specified, it will default to local mode.
Bug Fixes
* Bugfix: Added error check for inputs list by sdreyer in https://github.com/featureform/featureform/pull/878
* Bugfix: Fixed how state is cleared by ahmadnazeri in https://github.com/featureform/featureform/pull/876
* Bugfix: Fixed lingering default variants by ahmadnazeri in https://github.com/featureform/featureform/pull/879
* Bugfix: Allowed nearest() to accept a Feature object by ahmadnazeri in https://github.com/featureform/featureform/pull/885
* Bugfix: Banner Color RedLeader16 in https://github.com/featureform/featureform/pull/873
* Bugfix: Give meaningful error when resource not found by ahmadnazeri in https://github.com/featureform/featureform/pull/883
* Bugfix: Fixed scheduling for KCF by aolfat in https://github.com/featureform/featureform/pull/853
* Bugfix: Fixed missing weaviate provider config implementation by epps in https://github.com/featureform/featureform/pull/899
* Bugfix: Removes Outdated logging package by sdreyer in https://github.com/featureform/featureform/pull/913
**Full Changelog**: https://github.com/featureform/featureform/compare/v0.9.0...v0.10.0