Sep 10, 2024 rag ai python ollama milvus example RAG Sample - 1. Select a Vector DB Create the RAG Initially, I thought that RAG is a simple matter: * Set up the vector DB * Create and add the vectors to the DB
Aug 14, 2024 articulate format script text speech python Get the Text-to-Speech from Articulate Storyline 360 I needed a process to extract the TTS content from an Articulate Storyline file, and make it reproducible. Here's my process and outcome.
Oct 9, 2018 delete execution python rundeck Delete Executions in Rundeck - Wrapping it all Up The previous posts have built the components to allow us to get projects, jobs, executions and remove executions from a Rundeck instance via its API.
Oct 8, 2018 execution python remove rundeck Remove Executions in Rundeck TL;DR: You have to get the executions' list and remove the appropriate ones using hte API. Once we've managed to get
Sep 6, 2018 api jobs list python rundeck List Rundeck Jobs for a Project Now that we Rundeck have a list of project names, we might want to see which jobs were created for each project. To do this,