- 182
- 114 602
Dr. Mikey Bee
United States
Приєднався 26 жов 2012
github.com/MikeyBeez There are so many tech channels. I try not to repeat the work others have done with their vlogs. Instead, I try to make content that is unique. Having said that, I'm a lazy vlogger. I don't edit my videos, and I make them for myself as much as for others. Vlogging helps me to learn, focus, and remember. Moreover, I get to review what I do and recognize my weaknesses and strengths. For example, if I forget a technique, I can watch my previous attempts. Then I don't have to find my notes or research the technique from scratch again. So you won't find polished videos here. You'll see me miss the point, make mistakes, and generally struggle to get stuff working. Along the way, you may learn some problem-solving techniques that are as valuable as the particular tech itself.
The best research agent in AI
This research agent runs on Ollama and DuckDuckGo search.
github.com/MikeyBeez/Ollama_Agents
github.com/MikeyBeez/Ollama_Agents
Переглядів: 138
Відео
Ollama Agents!
Переглядів 1102 місяці тому
Agent framework for Ollama. This framework does not work with foundation models. It's all local. It's intended for developers to work without incurring costs from cloud services. Later on, connect to whatever model you want. github.com/MikeyBeez/Ollama_Agents.
How to program if you can't code?
Переглядів 602 місяці тому
Use an LLM to write your code some simple methods.
AITools -- a smart agent for running Ollama!
Переглядів 462 місяці тому
This is a CLI interface for running Ollama that has some tools for managing context, searching the internet, and a searchable memory store. github.com/MikeyBeez/AITools
Codemapper and Claude
Переглядів 322 місяці тому
Summarize the codemapper map using Claude. This project is for automating AI coding for smaller context window LLMs like the ones served by Ollama.
DIRENV!
Переглядів 1153 місяці тому
direnv is a program that helps you manage your conda environments and other environment variables on a project by project level.
All-local voice assistant
Переглядів 533 місяці тому
Offline all-local voice assistant that uses open-whisper and ollama.
RAGAgent with Fabric and Duckduckgo search
Переглядів 1443 місяці тому
RAGAgent with Fabric and Duckduckgo search uses retrieval augmented generation for processing chat histories so this agent has memory. This is done using Langchain and Ollama. github.com/MikeyBeez/RAGAgent.
RAGAgent now uses Fabric!
Переглядів 704 місяці тому
This all local chatbot using Langchain and Ollama now has Fabric integrated! github.com/MikeyBeez/RAGAgent/tree/fabric.
Added /search DuckDuckGo search to RAGAgent
Переглядів 514 місяці тому
New functionality for up-to-date responses to my retrieval augmented generation python agent for llama3 8b in ollama. This uses Langchain too!
How good is RAG Agent with Ollama?
Переглядів 794 місяці тому
A short conversation with llama3 using RAG Agent: github.com/MikeyBeez/RAGAgent
Updates to RAG Agent
Переглядів 2664 місяці тому
Fancy graphics and better editing control. This is a completely local LLM and agent solution based on Ollama and Langchain.
RAG_AGENT demo
Переглядів 934 місяці тому
A new agent with coreference resolution for running local Ollama models. github.com/MikeyBeez/RAGAgent
Two songs by Dr. Mikey Bee at Studio Udio
Переглядів 2346 місяців тому
Two songs by Dr. Mikey Bee at Studio Udio
Simple Chatbot using Ollama and pywhispercpp
Переглядів 1 тис.10 місяців тому
Simple Chatbot using Ollama and pywhispercpp
RAG Retrieval Augmented Generation on a local model using Ollama and llama2.
Переглядів 65110 місяців тому
RAG Retrieval Augmented Generation on a local model using Ollama and llama2.
Can you develop agents without an OpenAI API account?
Переглядів 13211 місяців тому
Can you develop agents without an OpenAI API account?
Use Claude to scan a Github Repo for malware -- advanced
Переглядів 397Рік тому
Use Claude to scan a Github Repo for malware advanced