Christopher Speller
Christopher Speller
Going to close this as I think this concern is solved by the custom instructions. Feel free to reopen if the concern is not addressed.
@baek-sang This seems to work for me. `{\"type\":\"not_found_error\",\"message\":\"model: claude-3-5-sonnet-20241022 \"}}` is the error from Anthropic, you might not have had access to that model when you tried. Are you still...
I think this should work with the standard `HTTP_PROXY` and `HTTPS_PROXY` environment variables like: ``` HTTP_PROXY=http://localhost:8080 HTTPS_PROXY=http://localhost:8080 ``` Does this work for you?
Should be fixed by https://github.com/mattermost/mattermost-plugin-agents/pull/336
@nickmisasi I think it should be fine. But let's document that behavior so admins know.
Agreed. We plan to do this before releasing this feature to GA. Thanks!
Very strange, it looks like a plugin crash, but there should be a trace. It can end up not in log file in some situations can you check if it...
Here is a sample working configuration with PGVector: ```json "embeddingSearchConfig": { "chunkingOptions": { "chunkOverlap": 200, "chunkSize": 1000, "chunkingStrategy": "sentences", "minChunkSize": 0.75 }, "dimensions": 768, "embeddingProvider": { "parameters": { "apiKey": "",...
@enahum Ready for review again. Addressed feedback and moved to using observables.
@amyblais Fixed. 🤦 Not sure why I did that.