- Created a new eveai_chat plugin to support the new dynamic possibilities of the Specialists. Currently only supports standard Rag retrievers (i.e. no extra arguments).
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace EveAI\Chat;
|
||||
|
||||
interface Loadable {
|
||||
/**
|
||||
* Initialize the component
|
||||
*/
|
||||
public function init();
|
||||
}
|
||||
Reference in New Issue
Block a user