File tree Expand file tree Collapse file tree 5 files changed +125
-21
lines changed Expand file tree Collapse file tree 5 files changed +125
-21
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG ANSIBLE_CHATBOT_VERSION=latest
4
4
# ======================================================
5
5
# Transient image to construct Python venv
6
6
# ------------------------------------------------------
7
- FROM quay.io/lightspeed-core/lightspeed-stack:dev-latest AS builder
7
+ FROM quay.io/lightspeed-core/lightspeed-stack:0.1.2 AS builder
8
8
9
9
ARG APP_ROOT=/app-root
10
10
WORKDIR /app-root
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ANSIBLE_CHATBOT_INFERENCE_MODEL_FILTER ?=
10
10
LLAMA_STACK_PORT ?= 8321
11
11
LOCAL_DB_PATH ?= .
12
12
CONTAINER_DB_PATH ?= /.llama/data/distributions/ansible-chatbot
13
- RAG_CONTENT_IMAGE ?= quay.io/ansible/aap-rag-content:latest
13
+ RAG_CONTENT_IMAGE ?= quay.io/ansible/aap-rag-content:1.0.1753876830
14
14
LIGHTSPEED_STACK_CONFIG ?= lightspeed-stack.yaml
15
15
LLAMA_STACK_RUN_CONFIG ?= ansible-chatbot-run.yaml
16
16
# Colors for terminal output
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies = [
8
8
" aiosqlite~=0.21.0" ,
9
9
" faiss-cpu~=1.11.0" ,
10
10
" fire~=0.7.0" ,
11
- " lightspeed-stack-providers~= 0.1.10 " ,
11
+ " lightspeed-stack-providers== 0.1.12 " ,
12
12
" mcp~=1.9.4" ,
13
13
" numpy==2.2.6" ,
14
14
" opentelemetry-api~=1.34.1" ,
Original file line number Diff line number Diff line change @@ -7,9 +7,11 @@ anyio==4.9.0
7
7
asyncpg == 0.30.0
8
8
attrs == 25.3.0
9
9
certifi == 2025.6.15
10
+ cffi == 1.17.1 ; platform_python_implementation != 'PyPy'
10
11
charset-normalizer == 3.4.2
11
12
click == 8.2.1
12
13
colorama == 0.4.6 ; sys_platform == 'win32'
14
+ cryptography == 45.0.5
13
15
distro == 1.9.0
14
16
ecdsa == 0.19.1
15
17
faiss-cpu == 1.11.0
@@ -26,17 +28,18 @@ hf-xet==1.1.5 ; platform_machine == 'aarch64' or platform_machine == 'amd64' or
26
28
httpcore == 1.0.9
27
29
httpx == 0.28.1
28
30
httpx-sse == 0.4.1
29
- huggingface-hub == 0.33.0
31
+ huggingface-hub == 0.34.3
30
32
idna == 3.10
31
33
importlib-metadata == 8.7.0
32
34
jinja2 == 3.1.6
33
35
jiter == 0.10.0
34
36
joblib == 1.5.1
35
37
jsonschema == 4.24.0
36
38
jsonschema-specifications == 2025.4.1
37
- lightspeed-stack-providers == 0.1.10
38
- llama-stack == 0.2.14
39
- llama-stack-client == 0.2.15
39
+ lightspeed-stack-providers == 0.1.12
40
+ llama-api-client == 0.1.2
41
+ llama-stack == 0.2.16
42
+ llama-stack-client == 0.2.16
40
43
markdown-it-py == 3.0.0
41
44
markupsafe == 3.0.2
42
45
mcp == 1.9.4
@@ -76,6 +79,7 @@ propcache==0.3.2
76
79
protobuf == 5.29.5
77
80
pyaml == 25.5.0
78
81
pyasn1 == 0.6.1
82
+ pycparser == 2.22 ; platform_python_implementation != 'PyPy'
79
83
pydantic == 2.11.7
80
84
pydantic-core == 2.33.2
81
85
pydantic-settings == 2.10.1
You can’t perform that action at this time.
0 commit comments