Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Feature Factory to support LLMs RAG #20

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open

Enable Feature Factory to support LLMs RAG #20

wants to merge 27 commits into from

Conversation

lyliyu
Copy link
Contributor

@lyliyu lyliyu commented Nov 15, 2023

Added LLMs support in Feature Factory:

An API to process a directory of documents and generate a dataframe with text chunks
Classes and functions to enable document parsing and chunking
Classes can be extended for new chunking approaches
A demo notebook

Copy link

codecov bot commented Nov 15, 2023

Codecov Report

Attention: 47 lines in your changes are missing coverage. Please review.

Comparison is base (d898d5c) 80.81% compared to head (b079aa2) 82.26%.

❗ Current head b079aa2 differs from pull request most recent head c3216a2. Consider uploading reports for the commit c3216a2 to get more accurate results

Files Patch % Lines
framework/feature_factory/llm_tools.py 85.71% 22 Missing and 9 partials ⚠️
framework/feature_factory/__init__.py 70.00% 6 Missing ⚠️
framework/feature_factory/helpers.py 25.00% 6 Missing ⚠️
framework/feature_factory/agg_granularity.py 85.71% 3 Missing ⚠️
framework/feature_factory/catalog.py 96.15% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage   80.81%   82.26%   +1.44%     
==========================================
  Files          16       21       +5     
  Lines        1173     1522     +349     
  Branches      183      235      +52     
==========================================
+ Hits          948     1252     +304     
- Misses        173      209      +36     
- Partials       52       61       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@CLAassistant
Copy link

CLAassistant commented Nov 27, 2023

CLA assistant check
All committers have signed the CLA.

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.

2 participants