Closed sangee2004 closed 2 months ago
Tested with electron app built from 523bf344b9e
The scenario mentioned in the issue works as expected. I see a knowledge
directory being created in the workspace directory that was selected and see the new file being copied over to this location.
But knowledge
tool is not able to work with files that are already present in the workspace directory. Will log a different issue to track this.
Acorn app with commit id - 1eeb6f0161e Steps to reproduce the problem:
Default Assistant
/dir1
using manage workspace.file1
.Notice that the file that was added using "Add knowledge" option , gets actually added to the default work space -
~/Library/Application Support/acorn/Acorn/workspace
directory instead of being added to the current workspace set for this chat thread.Expected Behavior:
knowledge
tool is able to serve answers from this file.