|
1 | 1 |
|
2 | 2 | <div align="center">
|
3 |
| - <a href="https://github.com/RedisVentures/redis-arXiv-search"><img src="https://redis.io/wp-content/uploads/2024/04/Logotype.svg?raw=true" width="30%"><img></a> |
| 3 | + <a href="https://github.com/redis-developer/redis-arxiv-search"><img src="https://redis.io/wp-content/uploads/2024/04/Logotype.svg?raw=true" width="30%"><img></a> |
4 | 4 | <br />
|
5 | 5 | <br />
|
6 | 6 | <div display="inline-block">
|
7 | 7 | <a href="https://docsearch.redisvl.com"><b>Hosted Demo</b></a>
|
8 |
| - <a href="https://github.com/RedisVentures/redis-arXiv-search"><b>Code</b></a> |
| 8 | + <a href="https://github.com/redis-developer/redis-arxiv-search"><b>Code</b></a> |
9 | 9 | <a href="https://github.com/redis-developer/redis-ai-resources"><b>More AI Recipes</b></a>
|
10 | 10 | <a href="https://datasciencedojo.com/blog/ai-powered-document-search/"><b>Blog Post</b></a>
|
11 | 11 | <a href="https://redis.io/docs/interact/search-and-query/advanced-concepts/vectors/"><b>Redis Vector Search Documentation</b></a>
|
@@ -110,31 +110,13 @@ Embeddings represent the semantic properies of the raw text and enable vector si
|
110 | 110 | ```
|
111 | 111 | - Add your `OPENAI_API_KEY` to the `.env` file. **Need one?** [Get an API key](https://platform.openai.com)
|
112 | 112 | - Add you `COHERE_API_KEY` to the `.env` file. **Need one?** [Get an API key](https://cohere.ai)
|
113 |
| -4. Decide which Redis you plan to use, choose one of the methods below |
114 |
| - - **[Redis Stack](#redis-stack-docker)** runs Redis as a local docker container. |
115 |
| - - **[Redis Cloud](#redis-cloud)** will manage a Redis database on your behalf in the cloud. |
116 | 113 |
|
117 |
| -### Redis Stack Docker (Local) |
118 |
| -Using Redis Stack locally doesn't require any additional steps. However, it will consume more resources on your machine and have performance limitations. |
119 |
| -
|
120 |
| -Use the provided `docker-compose` file for running the application locally: |
| 114 | +### Redis Stack Docker (Local) with make |
121 | 115 | ```bash
|
122 |
| -$ docker compose -f docker-local-redis.yml up |
| 116 | +make build |
123 | 117 | ```
|
124 | 118 |
|
125 | 119 |
|
126 |
| -### Redis Cloud |
127 |
| -
|
128 |
| -1. [Get a FREE Redis Cloud Database](https://redis.com/try-free/). Make sure to include the Search module. |
129 |
| -
|
130 |
| -2. Add the `REDIS_HOST`, `REDIS_PASSWORD`, and `REDIS_PORT` environment variables to your `.env` file. |
131 |
| -
|
132 |
| -3. Run the App: |
133 |
| - ```bash |
134 |
| - $ docker compose -f docker-cloud-redis.yml up |
135 |
| - ``` |
136 |
| -
|
137 |
| -
|
138 | 120 | ## Customizing (optional)
|
139 | 121 |
|
140 | 122 | ### Run local redis with Docker
|
|
0 commit comments