v0.1.41
What's Changed
- fix: Add baseline overview by @Vasilije1990 in #832
- Update Memgraph integration by @matea16 in #850
- fix: 0.1.41 Release by @Vasilije1990 in #894
Full Changelog: v0.1.40...v0.1.41
Retriever Enhancements:
Chain-of-thought retriever introduced. [#864]
Context extension search added. [#865]
Subgraph retriever support for graph-based completion. [#874]
Parallel Modal Evaluations:
Added modal evaluation support for retrievers. [#844]
Dashboard application for modal evaluations now available. [#847]
🛠 Fixes
Pipeline Migration: Fixed and re-fixed status migration logic. [#836, #838]
Graph Completion: Corrected search limits and disabled faulty metrics in demos. [#839, #888]
Anthropic Endpoint: Bugfix addressing request structure. [#822]
MCP:
Misc small updates. [#831]
Removed hardcoded prompts in adapters.
Neo4j added to MCP dependencies. [#867]
Fastembed: Default threading applied. [#846]
Build Improvements: Unnecessary files excluded from the build process. [#828]
File Uploader: Hotfix on the delete route. [#842]
Notebook Execution: Fixed inconsistencies in examples. [#818]
Ontology Resolver: Initialization removed from import path. [#876]
Pydantic Models: Removed unused properties from node/edge models. [#884]
🧹 Chores & Housekeeping
Developer Guidelines: Added documentation on internal coding rules. [#833]
File Management: Files reorganized for clarity and maintainability. [#848]
Readme Update: Added local installation instructions. [#872]
Docker: Core image fixes applied. [#820]
Merges:
Multiple syncs between dev and main branches to maintain consistency. [#892, etc.]
📚 Documentation
Log Level Documentation: Clarified CollectionNotFoundError log levels. [#819]
Docstring Standardization:
Infrastructure
Modules
🔖 Version Tags
v0.1.40 — Introduced major functionality like OpenAI route and DB changes.
v0.1.41 — Focused on fixes, docstring improvements, and retriever enhancements.