<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>io.quarkiverse.langchain4j</groupId>
    <artifactId>quarkus-langchain4j-integration-tests-parent</artifactId>
    <version>1.2.5</version>
  </parent>
  <artifactId>quarkus-langchain4j-integration-tests-in-process-embedding-models</artifactId>
  <name>Quarkus LangChain4j - Integration Tests - In Process Embedding Models</name>
  <packaging>pom</packaging>

  <modules>
    <module>embed-all-minilm-l6-v2-q</module>
    <module>embed-all-minilm-l6-v2</module>
    <module>embed-bge-small-en-q</module>
    <module>embed-bge-small-en</module>
    <module>embed-bge-small-en-v15</module>
    <module>embed-bge-small-en-v15-and-ollama</module>
    <module>embed-bge-small-en-v15-q</module>
    <module>embed-e5-small-v2-q</module>
    <module>embed-e5-small-v2</module>
  </modules>

</project>
