Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rbs333 committed May 28, 2024
1 parent 4b9d1b2 commit c88205d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Test Suite

on:
pull_request:
branches:
- main
push:
branches:
- feature/auto-testing
- main

jobs:
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
.env
node_modules/
Dockerfile
docker-compose.yml
node_modules/
3 changes: 0 additions & 3 deletions python-recipes/RAG/03_llamaindex.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,7 @@
}
],
"source": [
<<<<<<< HEAD
"# NBVAL_SKIP\n",
=======
>>>>>>> 83b1bff7940e4bd05b0ce7e3e4c38c2b04b45a95
"%pip install -U -q llama-index llama-index-vector-stores-redis llama-index-embeddings-cohere llama-index-embeddings-openai"
]
},
Expand Down

0 comments on commit c88205d

Please sign in to comment.