This website requires JavaScript.
Explore
Help
Sign In
QuivrHQ
/
quivr
Watch
1
Star
1
Fork
0
You've already forked quivr
mirror of
https://github.com/QuivrHQ/quivr.git
synced
2024-12-15 17:43:03 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
82292f30ac
quivr
/
backend
/
core
/
README.md
9 lines
96 B
Markdown
Raw
Normal View
History
Unescape
Escape
feat(backend): quivr-monorepo and quivr-core package (#2765) # Description closes #2722. - Creates `quivr-monorepo` - Separates `quivr-core` - Update dockerfiles and docker-compose --------- Co-authored-by: aminediro <aminediro@github.com>
2024-06-27 13:51:01 +03:00
# quivr-core package
feat: Add GitHub Actions workflow for running tests on backend/core (#2820) This commit adds a new GitHub Actions workflow file `backend-core-tests.yml` to the repository. This workflow is triggered on push and pull request events, specifically for changes made to the `backend/core` directory. The workflow runs tests for the backend/core module using a Tika server as a service. It checks the health of the Tika server before running the tests. The workflow sets up Python, installs dependencies using Poetry, and runs the tests using pytest. This commit is necessary to automate the testing process for the backend/core module and ensure that the tests are run consistently and reliably. Co-authored-by: aminediro <aminedirhoussi@gmail.com>
2024-07-09 19:28:27 +03:00
```
poetry install -E base
```
```
python examples/simple_question.py
```
Reference in New Issue
Copy Permalink