-
Notifications
You must be signed in to change notification settings - Fork 89
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
Build the docker and push #33
Merged
Merged
Changes from 8 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
c43536c
Build the docker and push
Vasilije1990 dfb13a2
Build the docker and push
Vasilije1990 6e47c1f
Automate summary function
Vasilije1990 5ed04de
Make sure that secrets would work on aws
Vasilije1990 985c459
Make sure that secrets would work on aws
Vasilije1990 9293c74
Make sure that secrets would work on aws
Vasilije1990 cbde083
Make sure that secrets would work on aws
Vasilije1990 078d697
Make sure that secrets would work on aws
Vasilije1990 fa1df60
Make sure that secrets would work on aws
Vasilije1990 523f893
Make sure that secrets would work on aws
Vasilije1990 98383b7
Make a change to test neo4j
Vasilije1990 118613c
Make a change to test neo4j
Vasilije1990 2928f51
Add all functions for architecture to work + for regular user flows, …
Vasilije1990 be3f179
Add all functions for architecture to work + for regular user flows, …
Vasilije1990 60d5c74
Add all functions for architecture to work + for regular user flows, …
Vasilije1990 3632a85
Add all functions for architecture to work + for regular user flows, …
Vasilije1990 0eae4e9
Add all functions for architecture to work + for regular user flows, …
Vasilije1990 37e7a78
Test to fix deployment
Vasilije1990 a8d9ba2
Fix database issue
Vasilije1990 305bd67
Fix database issue
Vasilije1990 400e78b
Fix database issue
Vasilije1990 88de713
Fix database issue
Vasilije1990 9971cac
Optimize the cognitive function a bit
Vasilije1990 42ca604
Optimize the cognitive function a bit
Vasilije1990 f7d2dd4
Optimize the cognitive function a bit
Vasilije1990 0120421
Add specific driver closing to avoid issues with neo4
Vasilije1990 8aeef5c
Add specific driver closing to avoid issues with neo4
Vasilije1990 7afe9a7
Add fuzzy matchin for neo4j
Vasilije1990 0323ab6
Fix context retireval
Vasilije1990 50e4d7c
Fix context retireval
Vasilije1990 f41f091
Fix context retireval
Vasilije1990 fb542a3
Fix context retireval
Vasilije1990 7b39813
Reduce size of context, hack for now
Vasilije1990 9b2a639
Reduce size of context, hack for now
Vasilije1990 3d6d0a0
Reduce size of context, hack for now
Vasilije1990 db18bd8
Reduce size of context, hack for now
Vasilije1990 eee6049
Reduce size of context, hack for now
Vasilije1990 444d4b3
Reduce size of context, hack for now
Vasilije1990 d8f621f
Reduce size of context, hack for now
Vasilije1990 94ef465
Reduce size of context, hack for now
Vasilije1990 f9f7d4a
Reduce size of context, hack for now
Vasilije1990 0b1cefb
Added timestamps to be able to filter and merge the nodes based on re…
Vasilije1990 dab514f
Added timestamps to be able to filter and merge the nodes based on re…
Vasilije1990 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
OPENAI_API_KEY=sk | ||
WEAVIATE_URL = | ||
WEAVIATE_API_KEY = | ||
ENVIRONMENT = docker | ||
ENV = docker | ||
POSTGRES_USER = bla | ||
POSTGRES_PASSWORD = bla | ||
POSTGRES_DB = bubu | ||
POSTGRES_HOST = localhost | ||
POSTGRES_HOST_DOCKER = postgres | ||
SEGMENT_KEY = Etl4WJwzOkeDPAjaOXOMgyU16hO7mV7B | ||
COG_ARCH_DIR = cognitive_architecture | ||
GRAPH_DB_URL = | ||
GRAPH_DB_PW = | ||
GRAPH_DB_USER = | ||
GRAPH_DB_URL = | ||
GRAPH_DB_PW = | ||
GRAPH_DB_USER = |
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
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
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
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
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commented-out code for creating tags and releases is still present in the workflow file. If these steps have been implemented elsewhere, this commented-out code should be removed to avoid confusion and maintain cleanliness of the workflow file.