This commit is contained in:
Johnny Deuss
2023-10-12 16:44:03 +01:00
committed by GitHub
parent 361f8e1bc6
commit bb2ed4615c
136 changed files with 238 additions and 231 deletions

View File

@@ -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={})]
```