From 2efad1708495b96850a71ffdc649791267b5e7ee Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 15 Apr 2024 17:45:08 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 254b8ed..9e494ef 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,10 @@ Crawl and convert any website into clean markdown We provide an easy to use API with our hosted version. You can find the playground and documentation [here](https://firecrawl.com/playground). You can also self host the backend if you'd like. -- [x] API -- [x] Python SDK +- [x] [API](https://firecrawl.com/playground) +- [x] [Python SDK](https://github.com/mendableai/firecrawl/tree/main/apps/python-sdk) +- [x] [Langchain Integration 🦜🔗](https://python.langchain.com/docs/integrations/document_loaders/firecrawl/) +- [x] [Llama Index Integration 🦙](https://docs.llamaindex.ai/en/stable/) - [x] JS SDK - Coming Soon Self-host. To self-host refer to guide [here](https://github.com/mendableai/firecrawl/blob/main/SELF_HOST.md).