File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ test_client_faas
2626test_client_cloudevents
2727test_client_fastify
2828test_client_pino
29+ test_client_langchain
2930"
3031
3132readonly 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
4445readonly CLOUDEVENTS_REPO=" https://github.com/cloudevents/sdk-javascript.git"
4546readonly FASTIFY_REVISION=" v${FASTIFY_REVISION:- $(docker run --rm " ${IMAGE_NAME} " -- npm show fastify version)} "
4647readonly 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"
4750
4851# Since we built the candidate image locally, we don't want S2I attempt to pull
4952# it from a registry
You can’t perform that action at this time.
0 commit comments