mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-22 19:09:57 +00:00
Community[patch]use secret str in Tavily and HuggingFaceInferenceEmbeddings (#16109)
So the api keys don't show up in repr's Still need to do tests
This commit is contained in:
@@ -97,6 +97,7 @@ class TestResult(dict):
|
||||
for col in df.columns
|
||||
if col.startswith("inputs.")
|
||||
or col.startswith("outputs.")
|
||||
or col in {"input", "output"}
|
||||
or col.startswith("reference")
|
||||
]
|
||||
return df.describe(include="all").drop(to_drop, axis=1)
|
||||
|
Reference in New Issue
Block a user