Skip to content
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

Support for Large Language Model (LLM) services #3019

Merged
merged 5 commits into from Jan 26, 2024
Merged

Conversation

berggren
Copy link
Contributor

@berggren berggren commented Jan 18, 2024

This PR adds a plugin system for Large Language Model (LLM) services. Build a lightweight plugin based framework to connect to third-party LLM services (e.g. VortexAI) to Timesketch using a common interface for prompt based communication.

Initial support for:

  • Ollama - Open models running locally
  • VertexAI from Google

closes #3021

@berggren berggren added this to the Release: 20240207 milestone Jan 18, 2024
@berggren berggren requested a review from jkppr January 18, 2024 15:12
@berggren berggren self-assigned this Jan 18, 2024
Copy link
Collaborator

@jkppr jkppr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@berggren berggren merged commit 2cf70f2 into master Jan 26, 2024
27 checks passed
@berggren berggren deleted the llm-provider-support branch January 26, 2024 12:40
lo-chr pushed a commit to lo-chr/timesketch that referenced this pull request Jan 28, 2024
* Plugin system and inital providers

* fixes

---------

Co-authored-by: Janosch <99879757+jkppr@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timesketch LLM connectors
2 participants