We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d960c75 + f16d975 commit 9df98c8Copy full SHA for 9df98c8
aliyun/log/index_config.py
@@ -136,9 +136,9 @@ def to_json(self):
136
json_value['alias'] = self.alias
137
json_value["doc_value"] = bool(self.doc_value)
138
if self.embedding is not None:
139
- json_value["embedding"] = bool(self.embedding)
+ json_value["embedding"] = self.embedding
140
if self.vector_index is not None:
141
- json_value["vector_index"] = bool(self.vector_index)
+ json_value["vector_index"] = self.vector_index
142
143
if self.chn is not None:
144
json_value['chn'] = self.chn
aliyun/log/version.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.9.17'
+__version__ = '0.9.18'
2
3
4
import sys
0 commit comments