From dbbf9f44bb5543a35e86be3a697f5e4045a05130 Mon Sep 17 00:00:00 2001 From: 0007 <0007@qq.com> Date: Wed, 27 Aug 2025 19:57:50 +0800 Subject: [PATCH] Add File --- .../agents-flex-store-qdrant/pom.xml | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 agents-flex-store/agents-flex-store-qdrant/pom.xml diff --git a/agents-flex-store/agents-flex-store-qdrant/pom.xml b/agents-flex-store/agents-flex-store-qdrant/pom.xml new file mode 100644 index 0000000..97a01e1 --- /dev/null +++ b/agents-flex-store/agents-flex-store-qdrant/pom.xml @@ -0,0 +1,61 @@ + + + 4.0.0 + + com.agentsflex + agents-flex-store + ${revision} + + + agents-flex-store-qdrant + agents-flex-store-qdrant + + + 8 + 8 + UTF-8 + + + + + junit + junit + test + + + com.agentsflex + agents-flex-core + + + org.slf4j + slf4j-api + + + io.grpc + grpc-stub + 1.65.1 + compile + + + io.grpc + grpc-protobuf + 1.65.1 + compile + + + io.grpc + grpc-netty-shaded + 1.65.1 + compile + + + io.qdrant + client + 1.14.0 + + + + +