This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
forked from MDGrey33/Nur
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sasha370
force-pushed
the
devx-3856-switch-to-postgres
branch
from
April 12, 2024 04:21
5d56aa9
to
0ca99a9
Compare
sasha370
force-pushed
the
devx-3856-switch-to-postgres
branch
3 times, most recently
from
April 12, 2024 07:56
6ad866c
to
2a75758
Compare
sasha370
force-pushed
the
devx-3856-switch-to-postgres
branch
from
April 12, 2024 08:19
2a75758
to
6599166
Compare
# Conflicts: # .env.example # api/endpoint.py # compose.yml # configuration.py # confluence/importer.py # interactions/identify_knowledge_gap.py # main.py # slack/channel_message_handler.py # slack/event_consumer.py # vector/interactions/embeddings/generate_missing.py # vector/interactions/embeddings/generate_one.py # vector/interactions/importer.py # vector/pages/embeddings/generate_missing.py # vector/pages/embeddings/generate_one.py # vector/pages/importer.py # vector/pages/retriever.py
sasha370
commented
Apr 12, 2024
sasha370
force-pushed
the
devx-3856-switch-to-postgres
branch
from
April 12, 2024 11:03
6e77138
to
1240cfb
Compare
sasha370
force-pushed
the
devx-3856-switch-to-postgres
branch
from
April 12, 2024 12:36
1240cfb
to
0dbb5ae
Compare
id-ilych
reviewed
Apr 12, 2024
sasha370
force-pushed
the
devx-3856-switch-to-postgres
branch
2 times, most recently
from
April 15, 2024 06:28
035f092
to
d6a6140
Compare
sasha370
commented
Apr 15, 2024
sasha370
commented
Apr 15, 2024
sasha370
commented
Apr 15, 2024
sasha370
force-pushed
the
devx-3856-switch-to-postgres
branch
from
April 15, 2024 06:45
d6a6140
to
8e26c29
Compare
id-ilych
approved these changes
Apr 15, 2024
sasha370
force-pushed
the
devx-3856-switch-to-postgres
branch
from
April 15, 2024 07:54
8e26c29
to
8e784d5
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We need to switch to PostgreSQL and allow migrations.
Please be patient, as there are many small corrections and optimizations of database queries in the bottom PR.
How to test
.env.example
to.env
direnv allow
poetry install
docker composer up
poetry run alembic upgrade head