-
Notifications
You must be signed in to change notification settings - Fork 1
[FEAT] Adapter for LLMWhisperer v2 #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
chandrasekharan-zipstack
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some minor comments. Please bump the SDK version as well.
src/unstract/sdk/adapters/x2text/llm_whisperer/src/static/json_schema.json
Outdated
Show resolved
Hide resolved
src/unstract/sdk/adapters/x2text/llm_whisperer_v2/src/constants.py
Outdated
Show resolved
Hide resolved
src/unstract/sdk/adapters/x2text/llm_whisperer_v2/src/static/json_schema.json
Outdated
Show resolved
Hide resolved
src/unstract/sdk/adapters/x2text/llm_whisperer_v2/src/static/json_schema.json
Outdated
Show resolved
Hide resolved
src/unstract/sdk/adapters/x2text/llm_whisperer_v2/src/static/json_schema.json
Show resolved
Hide resolved
src/unstract/sdk/adapters/x2text/llm_whisperer_v2/src/static/json_schema.json
Outdated
Show resolved
Hide resolved
johnyrahul
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM, Few minor comments.
src/unstract/sdk/adapters/x2text/llm_whisperer_v2/src/helper.py
Outdated
Show resolved
Hide resolved
gaya3-zipstack
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added one minor suggestion
@Harini
Other than that, looks in-line to me.
Signed-off-by: Jaseem Jas <89440144+jaseemjaskp@users.noreply.github.com>
…dk into feat/llmwhisperer-v2
What
PR to support adapter for LLMWhispererv2 version
...
Why
LLMWhisperer has some major changes which has new params introduced and removal of async mode of execution.
This new adapter supports this breaking change
...
How
Addition of new adapter.
...
Relevant Docs
https://github.com/Zipstack/llmwhisperer-docs/blob/v2-docs/docs/llm_whisperer/apis/whisper.md
...
Related Issues or PRs
Not applicable
...
Dependencies Versions / Env Variables
|
ADAPTER_LLMW_POLL_INTERVAL| Time in seconds to wait before polling LLMWhisperer's status API. Defaults to 30s ||
ADAPTER_LLMW_MAX_POLLS| Total number of times to poll the status API. Defaults to 30 |...
Notes on Testing
...
Screenshots
...
Checklist
I have read and understood the Contribution Guidelines.