]> git.argeo.org Git - gpl/argeo-tp.git/commitdiff
Langchain RAG working
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 1 Sep 2024 13:18:34 +0000 (15:18 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 1 Sep 2024 13:18:34 +0000 (15:18 +0200)
repackage/org.argeo.tp.ml/com.microsoft.onnxruntime.bnd [new file with mode: 0644]
repackage/org.argeo.tp.ml/com.pgvector.bnd [new file with mode: 0644]
repackage/org.argeo.tp.ml/djl/ai.djl.api.bnd [new file with mode: 0644]
repackage/org.argeo.tp.ml/djl/ai.djl.huggingface.tokenizers.bnd [new file with mode: 0644]
repackage/org.argeo.tp.ml/djl/common.bnd [new file with mode: 0644]
repackage/org.argeo.tp.ml/langchain4j/dev.langchain4j.data.document.parser.apache.pdfbox.bnd.disabled [new file with mode: 0644]
repackage/org.argeo.tp.ml/langchain4j/dev.langchain4j.data.document.parser.apache.tika.bnd [new file with mode: 0644]
repackage/org.argeo.tp.ml/langchain4j/dev.langchain4j.easyrag.bnd [new file with mode: 0644]
repackage/org.argeo.tp.ml/langchain4j/dev.langchain4j.embeddings.bnd [new file with mode: 0644]
repackage/org.argeo.tp.ml/langchain4j/dev.langchain4j.pgvector.bnd [new file with mode: 0644]
repackage/org.argeo.tp.ml/opennlp/common.bnd

diff --git a/repackage/org.argeo.tp.ml/com.microsoft.onnxruntime.bnd b/repackage/org.argeo.tp.ml/com.microsoft.onnxruntime.bnd
new file mode 100644 (file)
index 0000000..5606158
--- /dev/null
@@ -0,0 +1,2 @@
+SPDX-License-Identifier: MIT
+Argeo-Origin-M2: com.microsoft.onnxruntime:onnxruntime:1.19.0
diff --git a/repackage/org.argeo.tp.ml/com.pgvector.bnd b/repackage/org.argeo.tp.ml/com.pgvector.bnd
new file mode 100644 (file)
index 0000000..cd730a4
--- /dev/null
@@ -0,0 +1,2 @@
+SPDX-License-Identifier: MIT
+Argeo-Origin-M2: com.pgvector:pgvector:0.1.6
diff --git a/repackage/org.argeo.tp.ml/djl/ai.djl.api.bnd b/repackage/org.argeo.tp.ml/djl/ai.djl.api.bnd
new file mode 100644 (file)
index 0000000..35f8ef2
--- /dev/null
@@ -0,0 +1 @@
+Argeo-Origin-M2: ai.djl:api
diff --git a/repackage/org.argeo.tp.ml/djl/ai.djl.huggingface.tokenizers.bnd b/repackage/org.argeo.tp.ml/djl/ai.djl.huggingface.tokenizers.bnd
new file mode 100644 (file)
index 0000000..afa2b26
--- /dev/null
@@ -0,0 +1 @@
+Argeo-Origin-M2: ai.djl.huggingface:tokenizers
diff --git a/repackage/org.argeo.tp.ml/djl/common.bnd b/repackage/org.argeo.tp.ml/djl/common.bnd
new file mode 100644 (file)
index 0000000..0d4454f
--- /dev/null
@@ -0,0 +1,2 @@
+SPDX-License-Identifier: Apache-2.0
+Argeo-Origin-M2: :0.29.0
diff --git a/repackage/org.argeo.tp.ml/langchain4j/dev.langchain4j.data.document.parser.apache.pdfbox.bnd.disabled b/repackage/org.argeo.tp.ml/langchain4j/dev.langchain4j.data.document.parser.apache.pdfbox.bnd.disabled
new file mode 100644 (file)
index 0000000..55c9c52
--- /dev/null
@@ -0,0 +1,2 @@
+# FIXME: requires PDFBox v2.x
+Argeo-Origin-M2: dev.langchain4j:langchain4j-document-parser-apache-pdfbox
diff --git a/repackage/org.argeo.tp.ml/langchain4j/dev.langchain4j.data.document.parser.apache.tika.bnd b/repackage/org.argeo.tp.ml/langchain4j/dev.langchain4j.data.document.parser.apache.tika.bnd
new file mode 100644 (file)
index 0000000..b820fe7
--- /dev/null
@@ -0,0 +1 @@
+Argeo-Origin-M2: dev.langchain4j:langchain4j-document-parser-apache-tika
diff --git a/repackage/org.argeo.tp.ml/langchain4j/dev.langchain4j.easyrag.bnd b/repackage/org.argeo.tp.ml/langchain4j/dev.langchain4j.easyrag.bnd
new file mode 100644 (file)
index 0000000..47f85c3
--- /dev/null
@@ -0,0 +1 @@
+Argeo-Origin-M2: dev.langchain4j:langchain4j-easy-rag
diff --git a/repackage/org.argeo.tp.ml/langchain4j/dev.langchain4j.embeddings.bnd b/repackage/org.argeo.tp.ml/langchain4j/dev.langchain4j.embeddings.bnd
new file mode 100644 (file)
index 0000000..61b5b0c
--- /dev/null
@@ -0,0 +1 @@
+Argeo-Origin-M2: dev.langchain4j:langchain4j-embeddings
diff --git a/repackage/org.argeo.tp.ml/langchain4j/dev.langchain4j.pgvector.bnd b/repackage/org.argeo.tp.ml/langchain4j/dev.langchain4j.pgvector.bnd
new file mode 100644 (file)
index 0000000..ee0b7c7
--- /dev/null
@@ -0,0 +1 @@
+Argeo-Origin-M2: dev.langchain4j:langchain4j-pgvector
index 71435a1dab909a51c58fa97ab3efbd2b847a348c..4f08a113913cd7eabafcc863e3eba44281eb98c1 100644 (file)
@@ -1,2 +1,2 @@
 SPDX-License-Identifier: Apache-2.0
-Argeo-Origin-M2: :2.4.0
+Argeo-Origin-M2: :1.9.4