Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Embeddings represent the semantic properies of the raw text and enable vector si
1. Before running the app, install [Docker Desktop](https://www.docker.com/products/docker-desktop/).
2. Clone (and optionally fork) this Github repo to your machine.
```bash
$ git clone https://github.com/RedisVentures/redis-arXiv-search.git
$ git clone https://github.com/redis-developer/redis-arxiv-search
```
3. Make a copy of the `.env.template` file:
```bash
Expand Down
1 change: 0 additions & 1 deletion docker-local-redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version: '3.9'

services:
backend:
# image: ghcr.io/redisventures/redis-arxiv-search:latest
build:
context: "."
dockerfile: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion k8s/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
value: testing123
- name: REDIS_PORT
value: "6379"
image: ghcr.io/redisventures/redis-arxiv-search:latest
image: ghcr.io/redis-developer/redis-arxiv-search:latest
name: backend
ports:
- containerPort: 8888
Expand Down