cmem-plugin-pgvector 0.6.1__tar.gz → 0.6.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: cmem-plugin-pgvector
3
- Version: 0.6.1
3
+ Version: 0.6.2
4
4
  Summary: Store and search for embedding vectors in a Postgres vector store.
5
5
  License: Apache-2.0
6
6
  Keywords: eccenca Corporate Memory,plugin
@@ -41,7 +41,7 @@ class PGVectorCollection(StringParameterType):
41
41
  ]
42
42
 
43
43
  # auto complete for values
44
- allow_only_autocompleted_values: bool = True
44
+ allow_only_autocompleted_values: bool = False
45
45
  # auto complete for labels
46
46
  autocomplete_value_with_labels: bool = True
47
47
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "cmem-plugin-pgvector"
3
- version = "0.6.1"
3
+ version = "0.6.2"
4
4
  license = "Apache-2.0"
5
5
  description = "Store and search for embedding vectors in a Postgres vector store."
6
6
  authors = ["eccenca GmbH <cmempy-developer@eccenca.com>"]