Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
Lanchain -> Langchain
  • Loading branch information
eltociear authored Sep 20, 2024
1 parent 8d8b27b commit 05af51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Refer to [troubleshooting](docs/gh_pages/docs/troubleshooting.md) guide.

Add `PebbloSafeLoader` wrapper to the existing Langchain document loader(s) used in the RAG application. `PebbloSafeLoader` is interface compatible with Langchain `BaseLoader`. The application can continue to use `load()` and `lazy_load()` methods as it would on a Langchain document loader.

Here is the snippet of Lanchain RAG application using `CSVLoader` before enabling `PebbloSafeLoader`.
Here is the snippet of Langchain RAG application using `CSVLoader` before enabling `PebbloSafeLoader`.

```python
from langchain_community.document_loaders import CSVLoader
Expand Down

0 comments on commit 05af51f

Please sign in to comment.