30 lines
546 B
Markdown
30 lines
546 B
Markdown
# AI
|
|
|
|
## Learning
|
|
|
|
* [The Ultimate Guide to Local AI and AI Agents (The Future is Here) - YouTube](https://www.youtube.com/watch?v=mNcXue7X8H0)
|
|
* Docker Compose based framework for running AI locally
|
|
* https://github.com/coleam00/local-ai-packaged
|
|
* https://www.reddit.com/r/LocalLLaMA/
|
|
*
|
|
|
|
## LocalAI Packaged
|
|
|
|
### Services
|
|
|
|
* Qdrant:
|
|
|
|
### Start services
|
|
|
|
```shell
|
|
python start_services.py --profile gpu-nvidia
|
|
```
|
|
|
|
## AgentOS
|
|
|
|
* https://github.com/buildermethods/agent-os
|
|
|
|
## AG2
|
|
|
|
* https://github.com/ag2ai/ag2
|