Justin Flick

Results 40 comments of Justin Flick

Also apologies, I've been a bit busy so I haven't gotten to make much progress on the Confluence tool. @zywilliamli did you experiment with it at all? I saw your...

Alright, so I've began working on the tool... my original thought was to use the JQL prompt from the Jira toolkit as a template, then include logic to leverage the...

I'm struggling with getting the CQL to actually return relevant results. It's really the bottleneck right now. The flow I thought I was that the tool could call CQL with...

Yeah, I'm seeing better outcomes with the web ui. If I type in "what is our __________ policy?" into the web ui search, the top result is the page that...

@hwchase17 @dev2049 I’m planning on tackling a wasm compilation and execution solution to replace exec. For extra security, it may be worth dynamically scanning generated code and throwing errors if...

This is a limit imposed by the Vertex API. I can implement pagination in the embed_documents call in order to avoid this error.

The confluence example in your documentation still uses the password kwarg: ``` confluence = Confluence( url='https://your-domain.atlassian.net', username=jira_username, password=jira_api_token, cloud=True) ``` Looking at the code for the Atlassian Python package, I...

@felipeff ah, good catch! 😀 An MR would be great.

@hwchase17 @agola11 hoping we can get this reviewed soon - seems like the issue I raised was gaining a lot of traction.