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

Updates #6

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Updates #6

wants to merge 8 commits into from

Conversation

Factorization
Copy link

Various fixes to make all the processes start when the container is started.

The following changes were made:

  1. Created shell script to start the container. This script runs the createindex.py if the index has needs to be built. Then starts the front end and backend services.
  2. Added the missing pip package `langchain_community' to the requirements file.
  3. Switch the python of the requirements to use pip-compile. Project dependencies need to be added to requirements.in file, then you run pip-compile --strip-extras --generate-hashes requirements.in to create the requirements.txt file.
  4. Updated the createindex.py file to create a flag file when it is running and a flag file when it is complete.
  5. Added example docker-compose.yml file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant