diff --git a/comps/retrievers/langchain/pathway/Dockerfile b/comps/retrievers/langchain/pathway/Dockerfile index a97f25359f..4d0bb80a7e 100644 --- a/comps/retrievers/langchain/pathway/Dockerfile +++ b/comps/retrievers/langchain/pathway/Dockerfile @@ -1,3 +1,6 @@ +# Copyright (C) 2024 Intel Corporation +# SPDX-License-Identifier: Apache-2.0 + FROM pathwaycom/pathway:0.13.2-slim ENV DOCKER_BUILDKIT=1 diff --git a/comps/retrievers/langchain/pathway/README.md b/comps/retrievers/langchain/pathway/README.md index da5d362afd..dee616f268 100644 --- a/comps/retrievers/langchain/pathway/README.md +++ b/comps/retrievers/langchain/pathway/README.md @@ -46,6 +46,7 @@ revision=refs/pr/4 ``` ## Setting up the Pathway data sources + Pathway can listen to many sources simultaneously, such as local files, S3 folders, cloud storage, and any data stream. Whenever a new file is added or an existing file is modified, Pathway parses, chunks and indexes the documents in real-time. See [pathway-io](https://pathway.com/developers/api-docs/pathway-io) for more information.