mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-14 21:51:25 +00:00
feat(model): Support yi proxy LLM (#1303)
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user