Skip to content

Openrag benchmarking baseline#6

Closed
matanor wants to merge 123 commits intomainfrom
openrag_benchmarking_baseline
Closed

Openrag benchmarking baseline#6
matanor wants to merge 123 commits intomainfrom
openrag_benchmarking_baseline

Conversation

@matanor
Copy link
Owner

@matanor matanor commented Feb 12, 2026

No description provided.

matanor and others added 30 commits December 10, 2025 16:20
fix first chunk bug
Introduces mcp.md and sequence.md to document OpenRAG MCP usage, configuration, features, and protocol flows. These files provide setup instructions, integration examples, and detailed sequence diagrams for all supported MCP tools and error handling.
aimurphy and others added 29 commits February 13, 2026 09:28
…pdf-13-feb-26

Chore: Regenerate openrag docs PDF
Delete openrag-sdk from the dependencies in pyproject.toml and regenerate the lockfile (uv.lock) to reflect the updated dependency graph.
Document new OPENRAG_MCP_* environment variables and wire them into the MCP HTTP client. Added parsing helpers for float/int/bool, new Config properties (mcp_timeout, mcp_max_connections, mcp_max_keepalive_connections, mcp_max_retries, mcp_follow_redirects) with sensible defaults, and updated get_client() to use these values for httpx AsyncClient (timeout, connection limits, transport retries, follow_redirects). This enables runtime tuning of the MCP client's behavior via environment variables.
…ding error handling (langflow-ai#963)

* Complete ingestion part if no tasks are generated

* Raise errors when files are not found, and don't create knowledge filters in that case

* remove sample_data unused variable, rollback onboarding when error occurs

* add new ingest_sample data, change onboarding mutation to raise error when failing to ingest files

* fixed active tasks not proceeding

* changed processed to successful

* added new var on env example

* generate error when opensearch fails to initialize

* removed sample data from integration tests

---------

Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
Replace the TODO comment about re-adding Document tools with a note that ingest tools are currently disabled in OpenRAGMCP. This clarifies the current state in the codebase without making functional changes.
Update publish workflow to trigger on pushes to the main branch (when sdks/mcp/pyproject.toml changes) and enable manual workflow_dispatch instead of the previous tag-based trigger. Also bump openrag-mcp version from 0.1.0 to 0.1.1.
feat: Trigger MCP publish on main and bump version
Update GitHub Actions to use astral-sh/setup-uv for building and publishing, upgrade actions/setup-python to v6, and extract the package version from pyproject.toml. Add a PyPI check (via curl) to skip build/publish when the version already exists and gate the build/publish steps on that result; use UV_PUBLISH_TOKEN for publishing. Also adjust sdks/mcp/pyproject.toml version to 0.1.0.
fix: Use uv for build/publish and add version check
@matanor matanor closed this Feb 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants