Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soungryoul.kim committed Apr 10, 2024
1 parent 29d238a commit 522f4d1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,11 @@ docker:

### FeatureStore Runner (bentoml<=1.1.x)

~~~
aerospike_fs_runner = bentomlx.featurestore.aerospike_runner(db_settings).to_runner(embedded=True)
redis_fs_runner = bentomlx.featurestore.redis_runner(db_settings).to_runner(embedded=True)
~~~
...

### FeatureStore Inner(Distributed)Service (bentoml>=1.2.0)

~~~
aerospike_fs = bentomlx.featurestore.aerospike(db_settings).to_runner(embedded=True)
redis_fs = bentomlx.featurestore.redis(db_settings).to_runner(embedded=True)
~~~
...



Expand Down

0 comments on commit 522f4d1

Please sign in to comment.