This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
rag2riches [2025/05/05 12: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 27: | Line 34: | ||
-d pgvector/ | -d pgvector/ | ||
``` | ``` | ||
+ | |||
+ | Use `docker inspect pgvector` to find the IP address for pgadmin | ||
+ |