**- 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

**Assign tags to resources directly through the dashboard UI**

**[Edit Resource Metadata from the Dashboard](https://github.com/featureform/featureform/pull/907)**

**[Preview datasets directly from the dashboard](https://github.com/featureform/featureform/pull/858)**

**[Better formatting for Python and SQL transformations](https://github.com/featureform/featureform/pull/915)**

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