You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-22Lines changed: 7 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,28 +128,13 @@ Redis integrates with many different players in the AI ecosystem. Here's a curat
128
128
|[DocArray](https://docs.docarray.org/user_guide/storing/index_redis/)| DocArray Integration of Redis as a VectorDB by Jina AI |
129
129
130
130
131
-
## Content
132
-
-[Vector Similarity Search: From Basics to Production](https://mlops.community/vector-similarity-search-from-basics-to-production/) - Introductory blog post to VSS and Redis as a VectorDB.
133
-
-[Improving RAG quality with RAGAs](https://redis.io/blog/get-better-rag-responses-with-ragas/)
134
-
-[Level-up RAG with RedisVL](https://redis.io/blog/level-up-rag-apps-with-redis-vector-library/)
131
+
# Other Helpful Resources
132
+
135
133
-[Vector Databases and Large Language Models](https://youtu.be/GJDN8u3Y-T4) - Talk given at LLMs in Production Part 1 by Sam Partee.
134
+
-[Level-up RAG with RedisVL](https://redis.io/blog/level-up-rag-apps-with-redis-vector-library/)
135
+
-[Improving RAG quality with RAGAs](https://redis.io/blog/get-better-rag-responses-with-ragas/)
136
136
-[Vector Databases and AI-powered Search Talk](https://www.youtube.com/watch?v=g2bNHLeKlAg) - Video "Vector Databases and AI-powered Search" given by Sam Partee at SDSC 2023.
137
-
-[Real-Time Product Recommendations](https://jina.ai/news/real-time-product-recommendation-using-redis-and-docarray/) - Content-based recsys design with Redis and DocArray.
138
-
-[NVIDIA Recsys with Redis](https://developer.nvidia.com/blog/offline-to-online-feature-storage-for-real-time-recommendation-systems-with-nvidia-merlin/)
139
-
-[LabLab AI Redis Tech Page](https://lablab.ai/tech/redis)
140
-
-[Storing and querying for embeddings with Redis](https://blog.baeke.info/2023/03/21/storing-and-querying-for-embeddings-with-redis/)
141
-
-[Building Intelligent Apps with Redis Vector Similarity Search](https://redis.com/blog/build-intelligent-apps-redis-vector-similarity-search/)
142
-
-[RedisDays Trading Signals](https://www.youtube.com/watch?v=_Lrbesg4DhY) - Video "Using AI to Reveal Trading Signals Buried in Corporate Filings".
143
-
144
-
## Benchmarks
137
+
-[NVIDIA RecSys with Redis](https://developer.nvidia.com/blog/offline-to-online-feature-storage-for-real-time-recommendation-systems-with-nvidia-merlin/)
145
138
-[Benchmarking results for vector databases](https://redis.io/blog/benchmarking-results-for-vector-databases/) - Benchmarking results for vector databases, including Redis and 7 other Vector Database players.
146
-
-[ANN Benchmarks](https://ann-benchmarks.com) - Standard ANN Benchmarks site. *Only using single Redis OSS instance/client.*
-[Redis Vector Similarity Docs](https://redis.io/docs/interact/search-and-query/advanced-concepts/vectors/) - Official Redis literature for Vector Similarity Search.
152
-
-[Redis-py Search Docs](https://redis.readthedocs.io/en/latest/redismodules.html#redisearch-commands) - Redis-py client library docs for RediSearch.
153
-
-[Redis-py General Docs](https://redis.readthedocs.io/en/latest/) - Redis-py client library documentation.
-[Redis Vector Search API Docs](https://redis.io/docs/interact/search-and-query/advanced-concepts/vectors/) - Official Redis literature for Vector Similarity Search.
Copy file name to clipboardExpand all lines: contributing.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,6 @@ Open a PR with your addition. We expect the following standards:
11
11
3. New additions should be added to the bottom of the list (unless otherwise noted).
12
12
4. New additions should not contain any profanity or offensive language.
13
13
14
-
### What it takes to get a Star
15
-
16
-
When reviewing the PR, we will determine whether a new entry gets a star!
17
-
18
-
Examples that:
19
-
- are well-documented and easy to follow
20
-
- pertain to a new or creative use case
21
-
- follow good coding/writing hygiene
22
-
23
-
will be considered for getting a special star ⭐.
24
-
25
14
## Updating your Pull Request
26
15
27
16
Sometimes, a maintainer will ask you to edit your Pull Request before it is included. This is normally due to spelling errors or because your PR didn't match the list format.
0 commit comments