-
Notifications
You must be signed in to change notification settings - Fork 285
Adding llm_chat function to starlark stored procedure. #22300
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
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks:You may have to fix your CI before adding the pull request to the queue again. |
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #22299
What this PR does / why we need it:
Adding
llm_chat
to starlark stored procedure.PR Type
Enhancement
Description
Add LLM integration to Starlark stored procedures
Support mock and Ollama LLM clients
Enable
llm_connect
andllm_chat
functionsInclude comprehensive tests for LLM functionality
Diagram Walkthrough
File Walkthrough
4 files
Add LLM functions to Starlark module
Core LLM client interface and factory
Mock LLM client implementation
Ollama LLM client implementation
4 files
Unit tests for mock LLM client
Unit tests for Ollama client
Expected test results for LLM procedures
Integration tests for LLM functionality
2 files
Add langchaingo dependency for LLM support
Update dependency checksums