Skip to content

Commit

Permalink
Upstream changes for v0.8.0 release (#161)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubhadeep Das <[email protected]>
  • Loading branch information
shubhadeepd authored Aug 20, 2024
1 parent b723c72 commit 0be681f
Show file tree
Hide file tree
Showing 726 changed files with 17,151 additions and 12,796 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.gitmodules

# Ignore temperory volumes
deploy/compose/volumes
RAG/examples/**/volumes

# creating a docker image
.dockerignore
Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
notebooks/dataset.zip filter=lfs diff=lfs merge=lfs -text
notebooks/dataset.zip filter=lfs diff=lfs merge=lfs -text
153 changes: 0 additions & 153 deletions .github/workflows/docs-build.yaml

This file was deleted.

117 changes: 0 additions & 117 deletions .github/workflows/docs-preview-pr.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/docs-remove-stale-reviews.yaml

This file was deleted.

17 changes: 9 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@
**__pycache__**

# Helm Exclusions
**/charts/*.tgz

# project temp files
deploy/*.log
deploy/*.txt
**/helm-charts/*.tgz

# Docker Compose exclusions
volumes/
RAG/examples/**/volumes
uploaded_files/

# Visual Studio Code
Expand All @@ -26,5 +22,10 @@ docs/experimental
docs/tools

# Developing examples
RetrievalAugmentedGeneration/examples/simple_rag_api_catalog/
deploy/compose/simple-rag-api-catalog.yaml
RAG/examples/simple_rag_api_catalog/
RAG/examples/simple-rag-api-catalog.yaml

# Notebook checkpoints
RAG/notebooks/langchain/.ipynb_checkpoints
RAG/notebooks/langchain/data/nv_embedding
RAG/notebooks/langchain/data/save_embedding
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ repos:
rev: 19.10b0
hooks:
- id: black
files: ^RAG/
args: ["--skip-string-normalization", "--line-length=119"]
additional_dependencies: ['click==8.0.4']
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
files: ^RAG/
name: isort (python)
args: ["--multi-line=3", "--trailing-comma", "--force-grid-wrap=0", "--use-parenthese", "--line-width=119", "--ws"]


Loading

0 comments on commit 0be681f

Please sign in to comment.