mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
community[patch]: update typo document content returned from semanticscholar (#24175)
Update "astract" -> abstract
This commit is contained in:
parent
aa3e3cfa40
commit
d77d9bfc00
@ -80,7 +80,7 @@ class SemanticScholarAPIWrapper(BaseModel):
|
|||||||
f"Published year: {getattr(item, 'year', None)}\n"
|
f"Published year: {getattr(item, 'year', None)}\n"
|
||||||
f"Title: {getattr(item, 'title', None)}\n"
|
f"Title: {getattr(item, 'title', None)}\n"
|
||||||
f"Authors: {authors}\n"
|
f"Authors: {authors}\n"
|
||||||
f"Astract: {getattr(item, 'abstract', None)}\n"
|
f"Abstract: {getattr(item, 'abstract', None)}\n"
|
||||||
)
|
)
|
||||||
|
|
||||||
if documents:
|
if documents:
|
||||||
|
Loading…
Reference in New Issue
Block a user