File tree 1 file changed +3
-0
lines changed 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ test_client_faas
26
26
test_client_cloudevents
27
27
test_client_fastify
28
28
test_client_pino
29
+ test_client_langchain
29
30
"
30
31
31
32
readonly EXPRESS_REVISION=" ${EXPRESS_REVISION:- $(docker run --rm " ${IMAGE_NAME} " -- npm show express version)} "
@@ -44,6 +45,8 @@ readonly CLOUDEVENTS_REVISION="v${CLOUDEVENTS_REVISION:-$(docker run --rm "${IMA
44
45
readonly CLOUDEVENTS_REPO=" https://github.com/cloudevents/sdk-javascript.git"
45
46
readonly FASTIFY_REVISION=" v${FASTIFY_REVISION:- $(docker run --rm " ${IMAGE_NAME} " -- npm show fastify version)} "
46
47
readonly FASTIFY_REPO=" https://github.com/fastify/fastify.git"
48
+ readonly LANGCHAIN_REVISION=v" ${LANGCHAIN_REVISION:- $(docker run --rm " ${IMAGE_NAME} " -- npm show langchain version)} "
49
+ readonly LANGCHAIN_REPO=" https://github.com/langchain-ai/langchainjs"
47
50
48
51
# Since we built the candidate image locally, we don't want S2I attempt to pull
49
52
# it from a registry
You can’t perform that action at this time.
0 commit comments