Javier Martinez
|
5851b02378
|
feat: update llama-index + dependencies (#2092)
* chore: update libraries
* fix: mypy
* chore: more updates
* fix: mypy/black
* chore: fix docker warnings
* fix: mypy
* fix: black
|
2024-09-26 16:29:52 +02:00 |
Javier Martinez
|
8c12c6830b
|
fix: docker permissions (#2059)
* fix: missing depends_on
* chore: update copy permissions
* chore: update entrypoint
* Revert "chore: update entrypoint"
This reverts commit f73a36af2f3b8b385f99a84d0eb020899f3e0e80.
* Revert "chore: update copy permissions"
This reverts commit fabc3f66bba9bd066a3f67bcaf5f9bfb5f6e031b.
* style: fix docker warning
* fix: multiples fixes
* fix: user permissions writing local_data folder
|
2024-09-24 08:30:58 +02:00 |
Javier Martinez
|
89477ea9d3
|
fix: naming image and ollama-cpu (#2056)
|
2024-08-12 08:23:16 +02:00 |
github-actions[bot]
|
22904ca8ad
|
chore(main): release 0.6.2 (#2049)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2024-08-08 18:16:41 +02:00 |
Javier Martinez
|
7fefe408b4
|
fix: auto-update version (#2052)
|
2024-08-08 16:50:42 +02:00 |
Javier Martinez
|
f09f6dd255
|
fix: add built image from DockerHub (#2042)
* chore: update docker-compose with profiles
* docs: add quick start doc
* chore: generate docker release when new version is released
* chore: add dockerhub image in docker-compose
* docs: update quickstart with local/remote images
* chore: update docker tag
* chore: refactor dockerfile names
* chore: update docker-compose names
* docs: update llamacpp naming
* fix: naming
* docs: fix llamacpp command
|
2024-08-05 17:15:38 +02:00 |
Javier Martinez
|
dae0727a1b
|
fix(deploy): improve Docker-Compose and quickstart on Docker (#2037)
* chore: update docker-compose with profiles
* docs: add quick start doc
|
2024-08-05 16:28:19 +02:00 |
Quentin McGaw
|
65c5a1708b
|
chore(docker): dockerfiles improvements and fixes (#1792)
* `UID` and `GID` build arguments for `worker` user
* `POETRY_EXTRAS` build argument with default values
* Copy `Makefile` for `make ingest` command
* Do NOT copy markdown files
I doubt anyone reads a markdown file within a Docker image
* Fix PYTHONPATH value
* Set home directory to `/home/worker` when creating user
* Combine `ENV` instructions together
* Define environment variables with their defaults
- For documentation purposes
- Reflect defaults set in settings-docker.yml
* `PGPT_EMBEDDING_MODE` to define embedding mode
* Remove ineffective `python3 -m pipx ensurepath`
* Use `&&` instead of `;` to chain commands to detect failure better
* Add `--no-root` flag to poetry install commands
* Set PGPT_PROFILES to docker
* chore: remove envs
* chore: update to use ollama in docker-compose
* chore: don't copy makefile
* chore: don't copy fern
* fix: tiktoken cache
* fix: docker compose port
* fix: ffmpy dependency (#2020)
* fix: ffmpy dependency
* fix: block ffmpy to commit sha
* feat(llm): autopull ollama models (#2019)
* chore: update ollama (llm)
* feat: allow to autopull ollama models
* fix: mypy
* chore: install always ollama client
* refactor: check connection and pull ollama method to utils
* docs: update ollama config with autopulling info
...
* chore: autopull ollama models
* chore: add GID/UID comment
...
---------
Co-authored-by: Javier Martinez <javiermartinezalvarez98@gmail.com>
|
2024-07-30 17:59:38 +02:00 |
Marco Repetto
|
f83abff8bc
|
feat(docker): set default Docker to use Ollama (#1812)
|
2024-04-01 13:08:48 +02:00 |
Marco Repetto
|
774e256052
|
fix: Fixed docker-compose (#1758)
* Fixed docker-compose
* Update docker-compose.yaml
|
2024-03-20 21:36:45 +01:00 |
Phi Long
|
aabdb046ae
|
Add docker compose (#1277)
Co-authored-by: philongn <philongn@theugroup.co>
Co-authored-by: Pablo Orgaz <pabloogc@gmail.com>
|
2023-11-29 16:46:40 +01:00 |