This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
rag2riches [2025/05/04 16:12] – dieter | rag2riches [2025/05/05 17:59] (current) – dieter | ||
---|---|---|---|
Line 1: | Line 1: | ||
# Rag2Riches | # Rag2Riches | ||
+ | |||
+ | ## Ollama | ||
+ | ``` | ||
+ | docker run -d --device /dev/kfd --device /dev/dri -v ollama:/ | ||
+ | |||
+ | ``` | ||
+ | |||
## Databases | ## Databases | ||
``` | ``` | ||
Line 25: | Line 32: | ||
| | ||
-p 5432:5432 \ | -p 5432:5432 \ | ||
- | -d pgvector/ | + | -d pgvector/ |
``` | ``` | ||
+ | |||
+ | Use `docker inspect pgvector` to find the IP address for pgadmin | ||
+ |