You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current knowledge base design implements no cache. As the knowledge base works on backward chaining, a good cache design will definitely boost the performance. Coming up with such a cache design is difficult. Maybe have to come with 2 or more design and run performance analysis. I am creating a issue so that I won't forget about this.
The text was updated successfully, but these errors were encountered:
The current knowledge base design implements no cache. As the knowledge base works on backward chaining, a good cache design will definitely boost the performance. Coming up with such a cache design is difficult. Maybe have to come with 2 or more design and run performance analysis. I am creating a issue so that I won't forget about this.
The text was updated successfully, but these errors were encountered: