@@ -44,22 +44,23 @@ The all-in-one package includes these dependencies by default:
4444
4545When using other models or features, add the corresponding dependencies:
4646
47- | Feature | Dependency | Maven Coordinates |
48- | ---------| ------------| -------------------|
49- | ** OpenAI Models** | [ OpenAI Java SDK] ( https://central.sonatype.com/artifact/com.openai/openai-java ) | ` com.openai:openai-java ` |
50- | ** Google Gemini Models** | [ Google GenAI SDK] ( https://central.sonatype.com/artifact/com.google.genai/google-genai ) | ` com.google.genai:google-genai ` |
51- | ** Anthropic Models** | [ Anthropic Java SDK] ( https://central.sonatype.com/artifact/com.anthropic/anthropic-java ) | ` com.anthropic:anthropic-java ` |
52- | ** Mem0 Long-term Memory** | [ OkHttp] ( https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp ) | ` com.squareup.okhttp3:okhttp ` |
53- | ** ReME Long-term Memory** | [ OkHttp] ( https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp ) | ` com.squareup.okhttp3:okhttp ` |
54- | ** Bailian RAG** | [ Bailian SDK] ( https://central.sonatype.com/artifact/com.aliyun/bailian20231229 ) | ` com.aliyun:bailian20231229 ` |
55- | ** Qdrant RAG** | [ Qdrant Client] ( https://central.sonatype.com/artifact/io.qdrant/client ) | ` io.qdrant:client ` |
56- | ** Dify RAG** | [ OkHttp] ( https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp ) | ` com.squareup.okhttp3:okhttp ` |
57- | ** RAGFlow RAG** | [ OkHttp] ( https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp ) | ` com.squareup.okhttp3:okhttp ` |
58- | ** HayStack RAG** | [ OkHttp] ( https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp ) | ` com.squareup.okhttp3:okhttp ` |
59- | ** MySQL Session** | [ MySQL Connector] ( https://central.sonatype.com/artifact/com.mysql/mysql-connector-j ) | ` com.mysql:mysql-connector-j ` |
60- | ** Redis Session** | [ Jedis] ( https://central.sonatype.com/artifact/redis.clients/jedis ) | ` redis.clients:jedis ` |
61- | ** PDF Processing** | [ Apache PDFBox] ( https://central.sonatype.com/artifact/org.apache.pdfbox/pdfbox ) | ` org.apache.pdfbox:pdfbox ` |
62- | ** Word Processing** | [ Apache POI] ( https://central.sonatype.com/artifact/org.apache.poi/poi-ooxml ) | ` org.apache.poi:poi-ooxml ` |
47+ | Feature | Dependency | Maven Coordinates |
48+ | ---------------------------| ------------------------------------------------------------------------------------------| ----------------------------------|
49+ | ** OpenAI Models** | [ OpenAI Java SDK] ( https://central.sonatype.com/artifact/com.openai/openai-java ) | ` com.openai:openai-java ` |
50+ | ** Google Gemini Models** | [ Google GenAI SDK] ( https://central.sonatype.com/artifact/com.google.genai/google-genai ) | ` com.google.genai:google-genai ` |
51+ | ** Anthropic Models** | [ Anthropic Java SDK] ( https://central.sonatype.com/artifact/com.anthropic/anthropic-java ) | ` com.anthropic:anthropic-java ` |
52+ | ** Mem0 Long-term Memory** | [ OkHttp] ( https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp ) | ` com.squareup.okhttp3:okhttp ` |
53+ | ** ReME Long-term Memory** | [ OkHttp] ( https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp ) | ` com.squareup.okhttp3:okhttp ` |
54+ | ** Bailian RAG** | [ Bailian SDK] ( https://central.sonatype.com/artifact/com.aliyun/bailian20231229 ) | ` com.aliyun:bailian20231229 ` |
55+ | ** Qdrant RAG** | [ Qdrant Client] ( https://central.sonatype.com/artifact/io.qdrant/client ) | ` io.qdrant:client ` |
56+ | ** Dify RAG** | [ OkHttp] ( https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp ) | ` com.squareup.okhttp3:okhttp ` |
57+ | ** RAGFlow RAG** | [ OkHttp] ( https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp ) | ` com.squareup.okhttp3:okhttp ` |
58+ | ** HayStack RAG** | [ OkHttp] ( https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp ) | ` com.squareup.okhttp3:okhttp ` |
59+ | ** MySQL Session** | [ MySQL Connector] ( https://central.sonatype.com/artifact/com.mysql/mysql-connector-j ) | ` com.mysql:mysql-connector-j ` |
60+ | ** Redis Session** | [ Jedis] ( https://central.sonatype.com/artifact/redis.clients/jedis ) | ` redis.clients:jedis ` |
61+ | ** PDF Processing** | [ Apache PDFBox] ( https://central.sonatype.com/artifact/org.apache.pdfbox/pdfbox ) | ` org.apache.pdfbox:pdfbox ` |
62+ | ** Word Processing** | [ Apache POI] ( https://central.sonatype.com/artifact/org.apache.poi/poi-ooxml ) | ` org.apache.poi:poi-ooxml ` |
63+ | ** Nacos Registry** | [ Nacos Client] ( https://central.sonatype.com/artifact/com.alibaba.nacos/nacos-client ) | ` com.alibaba.nacos:nacos-client ` |
6364
6465#### Example: Using OpenAI Models
6566
0 commit comments