Skip to content

Commit

Permalink
New version 2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorink committed Sep 26, 2024
1 parent 07f47b5 commit 43f1324
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024/09/26 - RELEASE 2.2.0
==========================
- Introduction of new API for indexing entities for vector search, now Full-text search index can be controlled as target
- Tentant management API is also extended to configure the vector search properties

2024/09/02 - RELEASE 2.1.6
==========================
- Adding support for indexing entities for vector search
Expand Down
2 changes: 1 addition & 1 deletion knowledge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__maintainer__ = ["Markus Weber"]
__email__ = "[email protected]"
__status__ = "beta"
__version__ = "2.1.6"
__version__ = "2.2.0"

# Create the Logger
logger: Union[logging.Logger, None] = None
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# the setup
setup(
name='personal_knowledge_library',
version="2.1.6",
version="2.2.0",
description="Library to access Wacom's Personal Knowledge graph.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 43f1324

Please sign in to comment.