AppFlowy-IO / AppFlowy-Cloud

AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
GNU Affero General Public License v3.0
982 stars 207 forks source link

Workspace token usage #584

Closed Horusiath closed 4 months ago

Horusiath commented 4 months ago

This PR introduces two new columns to af_workspace called search_token_usage and index_token_usage which are used to track spending of OpenAI tokens for both indexing and searching purposes at the workspace level.

This PR doesn't introduce any kind of workspace token limit control, it's just about tracking.