Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: quivr core 0.1 #2970

Merged
merged 179 commits into from
Sep 2, 2024
Merged

feat: quivr core 0.1 #2970

merged 179 commits into from
Sep 2, 2024

Conversation

StanGirard
Copy link
Collaborator

@StanGirard StanGirard commented Aug 7, 2024

Description

Testing backend

Docker setup

  1. Copy .env.example to .env. Some env variables were added : EMBEDDING_DIM
  2. Apply supabase migratrions :
supabase stop
supabase db reset
supabase start
  1. Start backend containers
make dev

Local setup

You can also run backend without docker.

  1. Install rye. Choose the managed python version and set the version to 3.11
  2. Run the following:
cd quivr/backend
rye sync
  1. Source .venv virtual env : source .venv/bin/activate
  2. Run the backend, make sure you are running redis and supabase
    API:
LOG_LEVEL=debug uvicorn quivr_api.main:app --log-level debug --reload --host 0.0.0.0 --port 5050 --workers 1

Worker:

LOG_LEVEL=debug celery -A quivr_worker.celery_worker worker -l info -E --concurrency 1

Notifier:

LOG_LEVEL=debug python worker/quivr_worker/celery_monitor.py

@AmineDiro AmineDiro closed this Aug 29, 2024
@AmineDiro AmineDiro changed the title Release/quivr core 0.1 release: quivr core 0.1 Aug 29, 2024
Zewed and others added 7 commits August 29, 2024 15:47
fix(frontend): remove useless citations parsing
# Description

- Revert back knowledge.mimtype to extension as we don't parse the
mimetype
- Crawl task fix.
@StanGirard StanGirard reopened this Sep 2, 2024
@StanGirard StanGirard marked this pull request as ready for review September 2, 2024 08:09
@dosubot dosubot bot added size:XXL This PR changes 1000+ lines, ignoring generated files. area: backend Related to backend functionality or under the /backend directory labels Sep 2, 2024
@StanGirard StanGirard changed the title release: quivr core 0.1 feat: quivr core 0.1 Sep 2, 2024
@StanGirard StanGirard merged commit 380cf82 into main Sep 2, 2024
12 of 13 checks passed
@StanGirard StanGirard deleted the release/quivr-core-0.1 branch September 2, 2024 08:20
StanGirard added a commit that referenced this pull request Sep 4, 2024
🤖 I have created a release *beep* *boop*
---


## 0.0.301 (2024-09-03)

## What's Changed
* feat(smtp): not enforcing tls by @StanGirard in
#3067
* feat: Update send_email.py to conditionally login with SMTP
credentials by @StanGirard in #3069
* feat: Add NEXT_PUBLIC_PROJECT_NAME environment variable by @StanGirard
in #3070
* feat: Add Azure login support by @StanGirard in
#3071
* fix(frontend): only owner can access knowledge and edit brain snippet
by @Zewed in #3073
* fix(frontend): brain knowledge visibility by @Zewed in
#3074
* fix(frontend): revamp of settings by @Zewed in
#3081
* fix: Update README.md by @Zewed in
#3084
* fix(frontend): send invitation clearer by @Zewed in
#3090
* fix(frontend): spacing chats by @Zewed in
#3091
* fix(frontend): use click delay by @Zewed in
#3092
* fix(frontend): back buttons by @Zewed in
#3094
* fix(frontend): change hover delay for tooltips by @Zewed in
#3095
* fix(frontend): rename search by thread by @Zewed in
#3099
* feat(frontend): revamp of some basics components by @Zewed in
#3105
* feat(frontend): interaction with brain items by @Zewed in
#3106
* fix(frontend): remove intercom on thread page of mobile by @Zewed in
#3108
* feat: quivr core 0.1 by @StanGirard in
#2970
* fix: Blank scrollbar on certain browsers by @adityanandanx in
#3118
* chore(docs): moved repository by @StanGirard in
#3123
* fix: knowledge user by @AmineDiro in
#3124
* chore(readme): increase size icon by @StanGirard in
#3125
* chore: remove unused syncNotion function in ConnectionCards.tsx by
@StanGirard in #3129
* chore: update compatibility by @StanGirard in
#3136
* ci(raise): only on tags by @StanGirard in
#3140
* feat: using langgraph in our RAG pipeline by @jacopo-chevallard in
#3130
* fix: knowledge multiple brains by @AmineDiro in
#3142
* fix: knowledge multiple brains - update knowledge rollback by
@AmineDiro in #3143

## New Contributors
* @jacopo-chevallard made their first contribution in
#3130

**Full Changelog**:
v0.0.300...v0.0.301

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
StanGirard added a commit that referenced this pull request Sep 10, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.0.14](core-0.0.13...core-0.0.14)
(2024-09-09)


### Features

* Add brain_id and brain_name to ChatLLMMetadata model
([#2968](#2968))
([1112001](1112001))
* add chat with models
([#2933](#2933))
([fccd197](fccd197))
* Add get_model method to ModelRepository
([#2949](#2949))
([13e9fc4](13e9fc4))
* **anthropic:** add llm
([#3146](#3146))
([8e29218](8e29218))
* **azure:** quivr compatible with it
([#3005](#3005))
([b5f31a8](b5f31a8))
* **frontend:** talk with models and handle code markdown
([#2980](#2980))
([ef6037e](ef6037e))
* quivr core 0.1 ([#2970](#2970))
([380cf82](380cf82))
* using langgraph in our RAG pipeline
([#3130](#3130))
([8cfdf53](8cfdf53))


### Bug Fixes

* **chat:** order of chat history was reversed
([#3148](#3148))
([7209500](7209500))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: backend Related to backend functionality or under the /backend directory size:XXL This PR changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants