Source: kylin-ai-document-qa-service
Section: utils
Maintainer: kylin Team <team+kylin@tracker.debian.org>
Uploaders: zhangpan <zhangpan@kylinos.cn>
Build-Depends: debhelper-compat (= 13),
               cmake,
               libglib2.0-dev,
               libgrpc++-dev,
               libkyai-business-framework-dev,
               libkylin-ai-document-service-dev,
               libkysdk-vector-engine-client-dev,
               libkylin-ai-system-private-dev,
               libprotobuf-dev,
               nlohmann-json3-dev,
               pkgconf,
Standards-Version: 4.7.4
Homepage: https://gitee.com/openkylin/kylin-ai-document-qa-service
Vcs-Browser: https://salsa.debian.org/kylin-team/kylin-ai-document-qa-service
Vcs-Git: https://salsa.debian.org/kylin-team/kylin-ai-document-qa-service.git

Package: kylin-ai-document-qa-service
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: document knowledge-base and similarity search service
 Provides the Kylin AI document knowledge-base service and its user
 service unit.
 .
 It ingests document text, manages knowledge-base data, and provides
 similarity-search and text-retrieval operations for other Kylin AI
 components.

Package: libkylin-ai-document-qa-service
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: shared library for the Kylin AI knowledge-base client
 This package provides the shared library used by applications to talk
 to the Kylin AI document knowledge-base service.
 .
 It offers the client-side API for creating knowledge bases, adding
 text files, and performing similarity searches.

Package: libkylin-ai-document-qa-service-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libkylin-ai-document-qa-service (= ${binary:Version}),
         ${misc:Depends},
Description: development files for the Kylin AI knowledge-base client library
 This package contains the header files, development symlink, and
 pkg-config metadata for building applications against the Kylin AI
 knowledge-base client library.
