mirror of
https://github.com/hwchase17/langchain.git
synced 2025-12-22 15:37:49 +00:00
Fix typos (#11663)
This commit is contained in:
@@ -158,7 +158,7 @@ markdown_text = """
|
||||
pip install langchain
|
||||
```
|
||||
|
||||
As an open source project in a rapidly developing field, we are extremely open to contributions.
|
||||
As an open-source project in a rapidly developing field, we are extremely open to contributions.
|
||||
"""
|
||||
````
|
||||
|
||||
@@ -180,7 +180,7 @@ md_docs
|
||||
Document(page_content="```bash\n# Hopefully this code block isn't split", metadata={}),
|
||||
Document(page_content='pip install langchain', metadata={}),
|
||||
Document(page_content='```', metadata={}),
|
||||
Document(page_content='As an open source project in a rapidly developing field, we', metadata={}),
|
||||
Document(page_content='As an open-source project in a rapidly developing field, we', metadata={}),
|
||||
Document(page_content='are extremely open to contributions.', metadata={})]
|
||||
```
|
||||
|
||||
@@ -276,7 +276,7 @@ html_text = """
|
||||
<p>⚡ Building applications with LLMs through composability ⚡</p>
|
||||
</div>
|
||||
<div>
|
||||
As an open source project in a rapidly developing field, we are extremely open to contributions.
|
||||
As an open-source project in a rapidly developing field, we are extremely open to contributions.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -305,7 +305,7 @@ html_docs
|
||||
Document(page_content='<div>\n <h1>🦜️🔗 LangChain</h1>', metadata={}),
|
||||
Document(page_content='<p>⚡ Building applications with LLMs through composability ⚡', metadata={}),
|
||||
Document(page_content='</p>\n </div>', metadata={}),
|
||||
Document(page_content='<div>\n As an open source project in a rapidly dev', metadata={}),
|
||||
Document(page_content='<div>\n As an open-source project in a rapidly dev', metadata={}),
|
||||
Document(page_content='eloping field, we are extremely open to contributions.', metadata={}),
|
||||
Document(page_content='</div>\n </body>\n</html>', metadata={})]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user