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

fix(ollama): - update supabase-db postgres docker image version #1853

Merged
merged 1 commit into from
Dec 10, 2023

Conversation

KonstantinosAng
Copy link
Contributor

@KonstantinosAng KonstantinosAng commented Dec 9, 2023

Description

I tried to use the Quivr with the docker-compose-ollama.yml option but the docker compose build crashed with the following messages:

{"code":"58P01","details":null,"hint":null,"message":"could not access file \"$libdir/wrappers-0.1.19\": No such file or directory"}

After a quick search I saw that the issue was related to the supabase/postgres image and after a quick compare with the default docker-compose.yml i saw that it uses a newer version for the supabase/postgres image and when i tried the newer version with the docker-compose-ollama.yml the errors stopped and the app works fine.

Relative issues: #1846 #1822 #1850

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Dec 9, 2023
Copy link

vercel bot commented Dec 9, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 9, 2023 11:02pm

Copy link

vercel bot commented Dec 9, 2023

@KonstantinosAng is attempting to deploy a commit to the Quivr-app Team on Vercel.

A member of the Team first needs to authorize it.

@dosubot dosubot bot added the area: backend Related to backend functionality or under the /backend directory label Dec 9, 2023
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Dec 10, 2023
@StanGirard StanGirard merged commit a1c0067 into QuivrHQ:main Dec 10, 2023
2 of 4 checks passed
mamadoudicko pushed a commit that referenced this pull request Dec 11, 2023
🤖 I have created a release *beep* *boop*
---


## 0.0.132 (2023-12-10)

## What's Changed
* feat: add generate_answer function to support non streamed response
for api brain by @mamadoudicko in
#1847
* fix(ollama): - update supabase-db postgres docker image version by
@KonstantinosAng in #1853

## New Contributors
* @KonstantinosAng made their first contribution in
#1853

**Full Changelog**:
v0.0.131...v0.0.132

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


## 0.0.132 (2023-12-10)

## What's Changed
* feat: add generate_answer function to support non streamed response
for api brain by @mamadoudicko in
QuivrHQ/quivr#1847
* fix(ollama): - update supabase-db postgres docker image version by
@KonstantinosAng in QuivrHQ/quivr#1853

## New Contributors
* @KonstantinosAng made their first contribution in
QuivrHQ/quivr#1853

**Full Changelog**:
QuivrHQ/quivr@v0.0.131...v0.0.132

---
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 lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants