feat(model): Support yi proxy LLM (#1303)

This commit is contained in:
Fangyin Cheng
2024-03-15 22:15:37 +08:00
committed by GitHub
parent 6974329116
commit 130ffb08c9
144 changed files with 1286 additions and 1088 deletions

View File

@@ -63,7 +63,7 @@ class CSVKnowledge(Knowledge):
)
except KeyError:
raise ValueError(
f"Source column '{self._source_column}' not found in CSV "
f"Source column '{self._source_column}' not in CSV "
f"file."
)
metadata = {"source": source, "row": i}