Skip to content

Commit

Permalink
Add entities to the vector
Browse files Browse the repository at this point in the history
  • Loading branch information
george0st committed Jan 18, 2024
1 parent 81d0fd5 commit 9b307d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
- see `QGATE_REDIS = redis://localhost:6379`
- Note
- Port is based on container see **6379**, you can use also different
protocol see **rediss**, more informations see [Redis targes store from MLRun](https://docs.mlrun.org/en/latest/data-prep/ingest-data-fs.html#redis-target-store)
protocol see **rediss**, more information see [Redis targes store from MLRun](https://docs.mlrun.org/en/latest/data-prep/ingest-data-fs.html#redis-target-store)

2 changes: 1 addition & 1 deletion qgate_sln_mlrun/ts/ts401.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def _create_featurevector_content(self, project_name, featurevector_name, featur
features = json_spec['features']

# create feature vector
vector = fstore.FeatureVector(featurevector_name, features, description=featurevector_desc)
vector = fstore.FeatureVector(featurevector_name, features, description = featurevector_desc, with_indexes = True)
vector.save()


0 comments on commit 9b307d9

Please sign in to comment.