Skip to content

Commit

Permalink
feat(quivr-core): beginning (#3388)
Browse files Browse the repository at this point in the history
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
  • Loading branch information
StanGirard authored Oct 21, 2024
1 parent 4e96ad8 commit 7acb52a
Show file tree
Hide file tree
Showing 1,418 changed files with 5,786 additions and 89,173 deletions.
106 changes: 0 additions & 106 deletions .env.example

This file was deleted.

4 changes: 0 additions & 4 deletions .flake8

This file was deleted.

103 changes: 0 additions & 103 deletions .github/workflows/aws-strapi.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/backend-core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Run Tests with Tika Server
on:
push:
paths:
- "backend/core/**"
- "core/**"
pull_request:
paths:
- "backend/core/**"
- "core/**"
workflow_dispatch:

jobs:
Expand All @@ -30,7 +30,7 @@ jobs:
working-directory: backend
- name: 🔄 Sync dependencies
run: |
cd backend
cd core
UV_INDEX_STRATEGY=unsafe-first-match rye sync --no-lock
- name: Run tests
Expand All @@ -40,7 +40,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libmagic-dev poppler-utils libreoffice tesseract-ocr pandoc
cd backend
cd core
rye run python -c "from unstructured.nlp.tokenize import download_nltk_packages; download_nltk_packages()"
rye run python -c "import nltk;nltk.download('punkt_tab'); nltk.download('averaged_perceptron_tagger_eng')"
rye test -p quivr-core
70 changes: 0 additions & 70 deletions .github/workflows/backend-tests.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/porter_stack_cdp-front.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/porter_stack_cdp.yml

This file was deleted.

Loading

0 comments on commit 7acb52a

Please sign in to comment.