We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7068d commit 389d2e6Copy full SHA for 389d2e6
.github/workflows/test.yml
@@ -50,4 +50,4 @@ jobs:
50
GCP_REGION: ${{ secrets.GCP_REGION }}
51
GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
52
run: |
53
- pytest --verbose --nbval-lax python-recipes/RAG/ python-recipes/vector-search python-recipes/redis-intro --ignore python-recipes/RAG/05_nvidia_ai_rag_redis.ipynb
+ pytest --verbose --nbval-lax python-recipes/RAG/01_redisvl.ipynb
requirements.txt
@@ -15,7 +15,7 @@ pandas
15
pdf2image
16
nbval
17
redis
18
-redisvl
+redisvl==0.3.0
19
pytest
20
ragas
21
datasets
0 commit comments