ai-aerospace/aerospace_chatbot_ams
Update README.md
Added a few comments
Removed db, added app
Uncomment git pull
Updated with spotlight modifications
Update README.md with new database information
Update README.md
Refactor Dockerfile to create missing directories and update ownership
Modified to reflect new folder structure.
Pulling from main branch of github repo
Update README.md with repository information
Minor edits for formatting
Removed poetry files, is now git based to pull from one repo
Refactor Dockerfile to clone aerospace-chatbot repository and update file paths
Update Dockerfile paths for Poetry installation and code copying
Create directories for app code and remove redundant code
Remove unnecessary chown command
Add directory creation for app code
Removed committed files, added git copies, modified poetry
Remove unused import and add TODO comment
Add API Key Links to Start.py
Update API key input fields in setup.py
Update setup.py to handle LOCAL_DB_PATH environment variable
Refactor setup.py to handle LOCAL_DB_PATH from .env file
Add help links for API keys
Fix LOCAL_DB_PATH input in load_sidebar function
Update queries.py and setup.py, add local_db_path parameter
Update Dockerfile and pyproject.toml
Update Dockerfile to set PATH to /data/.local/bin
Update Dockerfile to fix PATH issue
Update Dockerfile to set the PATH to /data/.local/bin
Refactor Dockerfile to improve directory structure
Refactor Dockerfile to remove unnecessary permissions
Refactor Dockerfile to set correct paths and permissions
Refactor Dockerfile permissions
Refactor Dockerfile to create home directory with correct permissions
Refactor Dockerfile for improved directory structure and permissions
Update Dockerfile and chatbot script to base code in /data folder for persistent storage.
Update Start.py with improved chatbot description and instructions
Update subheader in Start.py
Add streamlit instructions for running the app locally
Add pydantic library dependency
Refactor API key handling in setup.py
Add validation for API keys in load_sidebar function
Update secrets handling in setup.py
Add virtual environment configuration to Dockerfile
Update Dockerfile to configure Poetry virtual environments in-project
Update Dockerfile to set up user permissions and working directory
Update Dockerfile permissions for /usr/src/app
Add option to limit size of data visualization, umap parameters when creating
