mirror of
https://github.com/hwchase17/langchain
synced 2024-11-18 09:25:54 +00:00
comminuty[patch]:Fix Error in apache doris insert (#19989)
- **Issue:** #19886
This commit is contained in:
parent
6f0d4f3f09
commit
e3c2431c5b
@ -167,7 +167,7 @@ CREATE TABLE IF NOT EXISTS {self.config.database}.{self.config.table}(
|
|||||||
(
|
(
|
||||||
f"'{self.escape_str(str(_n))}'"
|
f"'{self.escape_str(str(_n))}'"
|
||||||
if idx != embed_tuple_index
|
if idx != embed_tuple_index
|
||||||
else f"array<float>{str(_n)}"
|
else f"{str(_n)}"
|
||||||
)
|
)
|
||||||
for (idx, _n) in enumerate(n)
|
for (idx, _n) in enumerate(n)
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user