Skip to content

Commit 7e1356c

Browse files
committed
sync: update from internal GitLab repository
Content updated: Files: - .gitignore - module.xml Directories: - iris_rag/ Synced at: 2025-07-22 15:04:05
1 parent c117dc3 commit 7e1356c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ipython_config.py
7979

8080
# Environments
8181
.env
82-
.venv
82+
.venv/
8383
env/
8484
venv/
8585
ENV/

iris_rag/config/default_config.yaml

100755100644
File mode changed.

iris_rag/embeddings/manager.py

100755100644
File mode changed.

module.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Version>0.1.0</Version>
77
<Description>A comprehensive, production-ready framework for implementing Retrieval Augmented Generation (RAG) pipelines using InterSystems IRIS as the vector database backend.</Description>
88
<Keywords>RAG,Vector Search,Machine Learning,AI,IRIS,Python,Embeddings</Keywords>
9-
<Author>InterSystems IRIS RAG Templates Project</Author>
9+
<Author><![CDATA[InterSystems IRIS RAG Templates Project]]></Author>
1010
<License>MIT</License>
1111
<Repository>https://github.com/intersystems/iris-rag-templates</Repository>
1212
<Homepage>https://github.com/intersystems/iris-rag-templates</Homepage>
@@ -95,7 +95,7 @@
9595

9696
<Import File="${SourceDir}objectscript/" Flags="ck" Recurse="true"/>
9797

98-
<CSPApplication Url="${app}" Directory="${SourceDir}csp/" ServeFiles="1" Recurse="1" MatchRoles=":%DB_${Namespace}"/>
98+
<CSPApplication Url="${app}" Directory="${SourceDir}csp/" ServeFiles="1" Recurse="1" MatchRoles=""/>
9999
</Namespace>
100100
</Manifest>
101101
</Module>

0 commit comments

Comments
 (0)