-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodule.xml
More file actions
55 lines (49 loc) · 1.94 KB
/
Copy pathmodule.xml
File metadata and controls
55 lines (49 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="IRIS" version="26">
<Document name="iris-vector-rag.ZPM">
<Module>
<Name>iris-vector-rag</Name>
<Version>0.12.0</Version>
<Packaging>module</Packaging>
<Description>
Production-ready RAG (Retrieval-Augmented Generation) pipelines backed by
native InterSystems IRIS vector search. Six interchangeable pipeline
strategies -- basic, basic_rerank, CRAG, GraphRAG/HybridGraphRAG,
multi-query RRF, and ColBERT/PyLate -- share a single unified interface and
response shape, swappable with one factory call. Includes RAGAS evaluation,
LangChain integration, MCP server, REST API, and embedded-mode support via
iris-embedded-python-wrapper. No external vector database required.
</Description>
<Keywords>rag,vector-search,llm,langchain,ragas,graphrag,colbert,embeddings,retrieval-augmented-generation</Keywords>
<Home>https://github.com/intersystems-community/iris-vector-rag</Home>
<Wiki>https://github.com/intersystems-community/iris-vector-rag#readme</Wiki>
<License>MIT</License>
<Author>
<Name>Thomas Dyar</Name>
<Email>thomas.dyar@intersystems.com</Email>
<Organization>InterSystems</Organization>
</Author>
<Dependencies>
<ModuleReference>
<Name>intersystems-irispython</Name>
<Version>5.1.2+</Version>
</ModuleReference>
<ModuleReference>
<Name>iris-vector-graph</Name>
<Version>2.1.0+</Version>
</ModuleReference>
<ModuleReference>
<Name>iris-embedded-python-wrapper</Name>
<Version>0.5.20+</Version>
</ModuleReference>
</Dependencies>
<Resource Name="RAG.SDK.Pipeline.CLS"/>
<Resource Name="RAG.SDK.Search.CLS"/>
<Resource Name="RAG.SDK.Schema.CLS"/>
<Resource Name="RAG.SDK.Bridge.CLS"/>
<Resource Name="RAG.SDK.Evaluate.CLS"/>
<SourcesRoot>iris_src</SourcesRoot>
<Invoke Name="pip-install" Class="RAG.SDK.Schema" Method="Install" Moment="after"/>
</Module>
</Document>
</Export>