Skip to content

Commit 7acb52a

Browse files
authored
feat(quivr-core): beginning (#3388)
# 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):
1 parent 4e96ad8 commit 7acb52a

File tree

1,418 files changed

+5786
-89173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,418 files changed

+5786
-89173
lines changed

.env.example

-106
This file was deleted.

.flake8

-4
This file was deleted.

.github/workflows/aws-strapi.yml

-103
This file was deleted.

.github/workflows/backend-core-tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Run Tests with Tika Server
33
on:
44
push:
55
paths:
6-
- "backend/core/**"
6+
- "core/**"
77
pull_request:
88
paths:
9-
- "backend/core/**"
9+
- "core/**"
1010
workflow_dispatch:
1111

1212
jobs:
@@ -30,7 +30,7 @@ jobs:
3030
working-directory: backend
3131
- name: 🔄 Sync dependencies
3232
run: |
33-
cd backend
33+
cd core
3434
UV_INDEX_STRATEGY=unsafe-first-match rye sync --no-lock
3535
3636
- name: Run tests
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
sudo apt-get update
4242
sudo apt-get install -y libmagic-dev poppler-utils libreoffice tesseract-ocr pandoc
43-
cd backend
43+
cd core
4444
rye run python -c "from unstructured.nlp.tokenize import download_nltk_packages; download_nltk_packages()"
4545
rye run python -c "import nltk;nltk.download('punkt_tab'); nltk.download('averaged_perceptron_tagger_eng')"
4646
rye test -p quivr-core

.github/workflows/backend-tests.yml

-70
This file was deleted.

.github/workflows/porter_stack_cdp-front.yml

-29
This file was deleted.

.github/workflows/porter_stack_cdp.yml

-29
This file was deleted.

0 commit comments

Comments
 (0)