Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Draft changes to add remote online store to feast.
Signed-off-by: Lokesh Rangineni <[email protected]> Adding the integration test and remote online creator class so that it will fit into existing integration testing framework. Signed-off-by: Lokesh Rangineni <[email protected]> Fix after rebase Signed-off-by: Lokesh Rangineni <[email protected]> Removing the RemoteOnlineStoreCreator and adding custom integration test case. Incorporating the code review comments. Signed-off-by: Lokesh Rangineni <[email protected]> reformatting the code, removing unnecessary braces. Signed-off-by: Lokesh Rangineni <[email protected]> Trying to fix the errors reported in make lint-python Signed-off-by: Lokesh Rangineni <[email protected]> Ran the command make format-python and trying to see if it fixes the lint errors. Signed-off-by: Lokesh Rangineni <[email protected]> increasing the server start timeout to see if it fixes the integration test cases. Signed-off-by: Lokesh Rangineni <[email protected]> checking changes after make format-python Signed-off-by: Lokesh Rangineni <[email protected]> trying to see if this fixes the PR integrationt test failure. Signed-off-by: Lokesh Rangineni <[email protected]> Signed-off-by: Lokesh Rangineni <[email protected]> checking in the changes for make format-python Signed-off-by: Lokesh Rangineni <[email protected]> Upgrading python version to 3.11, adding support for 3.11 as well. Signed-off-by: Lokesh Rangineni <[email protected]> chore: Bump macOS runners to macos-13 (#4152) bump macos runner to 13 Signed-off-by: tokoko <[email protected]> Signed-off-by: Lokesh Rangineni <[email protected]> chore: Use pixi to lock python dependencies in a single command (#4114) use pixi to lock python dependencies in a single command Signed-off-by: tokoko <[email protected]> Signed-off-by: Lokesh Rangineni <[email protected]> feat: List all feature views (#4256) * feature: Adding type to base feature view Signed-off-by: Francisco Javier Arceo <[email protected]> * fixed linter Signed-off-by: Francisco Javier Arceo <[email protected]> * fixed type and meta Signed-off-by: Francisco Javier Arceo <[email protected]> * adding new listing Signed-off-by: Francisco Javier Arceo <[email protected]> * updated Signed-off-by: Francisco Javier Arceo <[email protected]> * cleaning up changes Signed-off-by: Francisco Javier Arceo <[email protected]> * reverting FV proto Signed-off-by: Francisco Javier Arceo <[email protected]> * doing simple way Signed-off-by: Francisco Javier Arceo <[email protected]> * added a test Signed-off-by: Francisco Javier Arceo <[email protected]> * updated to add warnings Signed-off-by: Francisco Javier Arceo <[email protected]> --------- Signed-off-by: Francisco Javier Arceo <[email protected]> feat: Adding vector search for sqlite (#4176) * feat: Adding vector search for sqlite Signed-off-by: Francisco Javier Arceo <[email protected]> * adding the sqlite_vss dependency Signed-off-by: Francisco Javier Arceo <[email protected]> * linter Signed-off-by: Francisco Javier Arceo <[email protected]> * latest progress Signed-off-by: Francisco Javier Arceo <[email protected]> * uploading latest progress Signed-off-by: Francisco Javier Arceo <[email protected]> * updated function Signed-off-by: Francisco Javier Arceo <[email protected]> * adding configuration Signed-off-by: Francisco Javier Arceo <[email protected]> * adding current progress Signed-off-by: Francisco Javier Arceo <[email protected]> * updating requirements files Signed-off-by: Francisco Javier Arceo <[email protected]> * moving to sqlite-vec Signed-off-by: Francisco Javier Arceo <[email protected]> * updating sqlite.py Signed-off-by: Francisco Javier Arceo <[email protected]> * checking in progress Signed-off-by: Francisco Javier Arceo <[email protected]> * updated test type Signed-off-by: Francisco Javier Arceo <[email protected]> * got the initialization working, nice Signed-off-by: Francisco Javier Arceo <[email protected]> * checking in progress from last night Signed-off-by: Francisco Javier Arceo <[email protected]> * removing unnecessary stuff Signed-off-by: Francisco Javier Arceo <[email protected]> * fixing merge conflicts Signed-off-by: Francisco Javier Arceo <[email protected]> * removing files changed accidentally] Signed-off-by: Francisco Javier Arceo <[email protected]> * uploading current progress...things run but need to update the virtual table insertion Signed-off-by: Francisco Javier Arceo <[email protected]> * linted Signed-off-by: Francisco Javier Arceo <[email protected]> * adding working notes Signed-off-by: Francisco Javier Arceo <[email protected]> * found a bug, original feature_store.py was only grabbing first feature view, adjusted Signed-off-by: Francisco Javier Arceo <[email protected]> * cant use a string have to verify it is a proper FeatureView object Signed-off-by: Francisco Javier Arceo <[email protected]> * updated got it working, need to fix some other stuff still Signed-off-by: Francisco Javier Arceo <[email protected]> * working Signed-off-by: Francisco Javier Arceo <[email protected]> * linter Signed-off-by: Francisco Javier Arceo <[email protected]> * fixing some type issues Signed-off-by: Francisco Javier Arceo <[email protected]> * fixed typing and lint issues Signed-off-by: Francisco Javier Arceo <[email protected]> * updated dependencies Signed-off-by: Francisco Javier Arceo <[email protected]> * fix for pixi and updating requirements Signed-off-by: Francisco Javier Arceo <[email protected]> * fixed type Signed-off-by: Francisco Javier Arceo <[email protected]> * linter Signed-off-by: Francisco Javier Arceo <[email protected]> * testing sqlite_vec import Signed-off-by: Francisco Javier Arceo <[email protected]> * adding minimal example test Signed-off-by: Francisco Javier Arceo <[email protected]> * lint Signed-off-by: Francisco Javier Arceo <[email protected]> * testing raw sqlite Signed-off-by: Francisco Javier Arceo <[email protected]> * Printing package version * printing version Signed-off-by: Francisco Javier Arceo <[email protected]> * updated requirements * rebuilding requirments Signed-off-by: Francisco Javier Arceo <[email protected]> * only going to run this on 3.10 for now Signed-off-by: Francisco Javier Arceo <[email protected]> * updated docs for sqlite caveats Signed-off-by: Francisco Javier Arceo <[email protected]> * adding reason Signed-off-by: Francisco Javier Arceo <[email protected]> * skipping Signed-off-by: Francisco Javier Arceo <[email protected]> * updated tests Signed-off-by: Francisco Javier Arceo <[email protected]> * removing print Signed-off-by: Francisco Javier Arceo <[email protected]> * added method call Signed-off-by: Francisco Javier Arceo <[email protected]> * added prubt Signed-off-by: Francisco Javier Arceo <[email protected]> * added print Signed-off-by: Francisco Javier Arceo <[email protected]> * removing print Signed-off-by: Francisco Javier Arceo <[email protected]> * adding check in sqlite Signed-off-by: Francisco Javier Arceo <[email protected]> * missed an = Signed-off-by: Francisco Javier Arceo <[email protected]> * still running on 3.11 Signed-off-by: Francisco Javier Arceo <[email protected]> * typo Signed-off-by: Francisco Javier Arceo <[email protected]> * fix Signed-off-by: Francisco Javier Arceo <[email protected]> * fix Signed-off-by: Francisco Javier Arceo <[email protected]> * updated setup and docs Signed-off-by: Francisco Javier Arceo <[email protected]> * renamed things Signed-off-by: Francisco Javier Arceo <[email protected]> --------- Signed-off-by: Francisco Javier Arceo <[email protected]> squashing the last 15 commits to one. Merge branch 'master' into feature/adding-remote-onlinestore-rebase Adding documentation and incorporating code review comment. Signed-off-by: Lokesh Rangineni <[email protected]> Adding documentation and incorporating code review comment. Signed-off-by: Lokesh Rangineni <[email protected]> Merge remote-tracking branch 'fork/feature/adding-remote-onlinestore-rebase' into feature/adding-remote-onlinestore-rebase
- Loading branch information