Skip to content

Commit 0ba902d

Browse files
committed
sync: update from internal GitLab repository
Content updated: Files: - module.xml Synced at: 2025-08-04 08:29:45
1 parent 8b6255c commit 0ba902d

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

module.xml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Export generator="IRIS" version="26">
3-
<!-- Simple IRIS export without ZPM dependencies -->
4-
<Class name="RAG.SourceDocumentsWithIFind">
5-
<Super>%Persistent</Super>
6-
<TimeStamp>65432,12345.123456</TimeStamp>
7-
</Class>
8-
<Class name="RAG.IFindSetup">
9-
<TimeStamp>65432,12345.123456</TimeStamp>
10-
</Class>
11-
<Class name="RAG.SourceDocumentsFixed">
12-
<Super>%Persistent</Super>
13-
<TimeStamp>65432,12345.123456</TimeStamp>
14-
</Class>
3+
<!-- Simple IRIS module export without ZPM package manager dependencies -->
4+
<Module>
5+
<Name>iris-rag</Name>
6+
<Version>0.2.0</Version>
7+
<Description>A comprehensive, production-ready framework for implementing Retrieval Augmented Generation (RAG) pipelines using InterSystems IRIS as the vector database backend.</Description>
8+
<Keywords>RAG,Vector Search,Machine Learning,AI,IRIS,Python,Embeddings</Keywords>
9+
<Packaging>module</Packaging>
10+
<SourcesRoot>objectscript</SourcesRoot>
11+
<Resource Name="RAG.PKG"/>
12+
13+
<!-- Dependencies section left empty to avoid ZPM issues -->
14+
<Dependencies>
15+
</Dependencies>
16+
</Module>
1517
</Export>

0 commit comments

Comments
 (0)