April 24, 2024
Release date: April 24, 2024
Overview
In Release 60, we've introduced the following new feature:
- Knowledge Models
What's new
Knowledge Models
We’ve introduced Constructor Knowledge Models—the technology for managing and interacting with users’ knowledge.
Knowledge Models allow users to leverage Large Language Models (LLMs) to interact with their own documents and data using natural language. This allows user to get verified answers and insights.
Users can create their own knowledge models, upload documents, and start chatting with AI over their content. For each response generated, a knowledge model provides a set of links to the documents used. This allows users to verify all responses.
Users can create multiple persistent chat sessions with a knowledge model. This enables users to return to any chat at any time and continue the conversation from where it left off.
The following file formats are supported for uploading, processing, and interaction: .txt, .pdf, .ppt, .pptx, .ipynb, .json, .md, .py, and .csv. More formats will be added later.
Fixed issues
Users could not install the ase_notebook module with the use of pip in the MACE template.