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 + + + + +