Is it possible to build a CoPilot agent to search a repository?
Question
Question
Replies
I don't see why not. From this documentation, it sounds like you can connect the agent to the Laserfiche API. See: /v2/Repositories/{repositoryId}/Searches/SearchAsync
Thanks. Is it possible to use without the API approach?
SmartChat was announced it's coming to Cloud later this year which will allow you to chat against the docs in your repository.
As far as building a copilot agent, it depends on a lot of factors. You could theoretically build your own RAG if you have self hosted. With Cloud I am not sure how you would do this as you need to feed your RAG or your Agent the ocr text from your docs which I don't believe you can access with API calls.
Thanks. We are self hosted.
Smart Chat and Smart Fields are planned to be coming to self-hosted as well.