Skip to content

Commit

Permalink
Finished, can relase
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Janes committed Aug 20, 2024
1 parent 9c2d8dd commit 9b6d4a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions genai_4_dps_helper/milvus.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@ def print_milvus_search_results(
if key_to_return:
ret_list.append(getattr(entity, key_to_return))
print(entity_str)

if len(ret_list) > 0:
return ret_list
return None
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=73.0","ibm_watsonx_ai==1.1.6","pandas==2.1.4","pymilvus
build-backend = "setuptools.build_meta"
[project]
name = "genai_4_dps_helper"
version = "0.0.10"
version = "0.1.11"
authors = [
{ name="Benjamin A. Janes", email="[email protected]" },
]
Expand Down

0 comments on commit 9b6d4a1

Please sign in to comment.