Skip to content

Commit c117dc3

Browse files
committed
sync: update from internal GitLab repository
Content updated: Files: - README.md - docs/README.md - docs/MCP_INTEGRATION_GUIDE.md - pyproject.toml - setup.py - requirements.txt - docker-compose.yml - .dockerignore - .gitignore - .gitattributes - activate_env.sh - module.xml Directories: - common/ - iris_rag/ - rag_templates/ - config/ - schema/ - data/ - eval/ - nodejs/ - objectscript/ - tests/ - scripts/examples/ Synced at: 2025-07-18 11:35:20
1 parent 4684dfa commit c117dc3

File tree

6,498 files changed

+7330
-10096
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,498 files changed

+7330
-10096
lines changed

.dockerignore

100644100755
File mode changed.

.gitattributes

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
1-
*.cls linguist-language=ObjectScript
2-
*.mac linguist-language=ObjectScript
3-
*.int linguist-language=ObjectScript
4-
*.inc linguist-language=ObjectScript
5-
*.csp linguist-language=Html
6-
7-
*.sh text eol=lf
8-
*.cls text eol=lf
9-
*.mac text eol=lf
10-
*.int text eol=lf
11-
Dockerfil* text eol=lf
1+
* text eol=lf

.gitignore

100644100755
File mode changed.

README.md

Lines changed: 0 additions & 10 deletions

common/__init__.py

100644100755
File mode changed.

common/base_pipeline.py

100644100755
File mode changed.

common/chunk_retrieval.py

100644100755
File mode changed.

common/compression_utils.py

100644100755
File mode changed.

common/connection_factory.py

100644100755
File mode changed.

common/connection_manager.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)