You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor bug fixes
Docker image updates and move of prebuilt images to Splunk's dockerhub repository
New AI capabilities (currently for Docker only)
-- Standalone LLM: using LLM for zero-shot Q&A or natural language processing tasks
-- Standalone VectorDB: using VectorDB to encode data from Splunk and conduct similarity search
-- Document-based LLM-RAG: encoding documents such as internal knowledge bases or past support tickets into VectorDB and using them as contextual information for LLM generation
-- Function-Calling-based LLM-RAG: defining function tools in the Jupyter notebook for the LLM to execute automatically in order to obtain contextual information for generation