Skip to content

v0.1.41

Compare
Choose a tag to compare
@Vasilije1990 Vasilije1990 released this 31 May 00:22
· 11 commits to main since this release
b58d7d4

What's Changed

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

Tasks [#878, #877, #880]

🔖 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.