From 7cd80aac2b26315ed874c60fd25c639a21ba4a87 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:09:14 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Signed-off-by: Berke --- comps/retrievers/langchain/pathway/Dockerfile | 3 +++ comps/retrievers/langchain/pathway/README.md | 1 + 2 files changed, 4 insertions(+) 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.