-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* SimpleKGPipeline config parser * Factorize common parmeters * Fix * Fix again (ruff) * Add builder, docstrings * Adds example * Ruff * Add headers * Another header * Remove old file - more detailed example * Fix JSON * WIP * Adds more param resolvers * A bit of mypy * Add root types to allow instantiation from python object directly * Document + mypy * Add embedder config * Implement SimpleKGBuilder with this setup * Add YAML config example * Example config files for custom pipeline * Update SimpleKGPipeline * Fix UT * Fix tests * Simplify and mypy * ruff * Add missing dep * Missing import for '|' annotations * Restructure files + increase tests coverage * mypy * Refactor examples * Test runner, clean simple kg builder test (remove duplicates) * E2E tests * Use fsspec in config reader * Changelog * Fix test * Use cast to remove a type ignore comment * Also use cast here to remove type ignore * Close instantiated drivers * ruff * Adding loggers * Make close function async * Fix tests * fix UT * Write doc about SimpleKGPipeline and config files * Update api.rst * Recreate lock file after merge * Add more comments to explain Config/Type models
- Loading branch information
Showing
56 changed files
with
3,721 additions
and
551 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.