Skip to content

Commit 347acb6

Browse files
authored
Merge pull request #914 from apify/fix/integrations-llama
fix(integrations): Minor fixes in LangChain and Llama-index integrations
2 parents b2e5fff + 038740b commit 347acb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Intro
66

7-
This repository is the home of Apify's documentation, which you can find at [docs.apify.com](https://docs.apify.com/). The documentation is written using [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). Source files of the [platform documentation](https://docs.apify.com/platform) are located in the [/sources](https://github.com/apify/apify-docs/tree/master/sources) directory. However, other sections, such as [SDK](https://docs.apify.com/sdk) or [CLI](https://docs.apify.com/cli), have their own repositories. For more information, see the [Contributing guidelines](./CONTRIBUTING.md).
7+
This repository is the home of Apify's documentation, which you can find at [docs.apify.com](https://docs.apify.com/). The documentation is written using [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). Source files of the [platform documentation](https://docs.apify.com/platform) are located in the [/sources](https://github.com/apify/apify-docs/tree/master/sources) directory. However, other sections, such as SDKs for [Javascript/Node.js](https://docs.apify.com/sdk/js/), [Python](https://docs.apify.com/sdk/python/), or [CLI](https://docs.apify.com/cli), have their own repositories. For more information, see the [Contributing guidelines](./CONTRIBUTING.md).
88

99
## Before you start contributing
1010

sources/platform/integrations/langchain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ but if you prefer to use JavaScript, you can follow the same steps in the [JavaS
2020

2121
Before we start with the integration, we need to install all dependencies:
2222

23-
`pip install apify-client langchain openai chromadb`
23+
`pip install apify-client langchain openai`
2424

2525
After successful installation of all dependencies, we can start writing code.
2626

sources/platform/integrations/llama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ slug: /integrations/llama
1313
1414
## What is LlamaIndex?
1515

16-
LlamaIndex is a platform that allows you to create and manage vector databases and LLMs. It is a part of the [LangChain](https://langchain.com/) ecosystem.
16+
LlamaIndex is a platform that allows you to create and manage vector databases and LLMs.
1717

1818
## How to integrate Apify with LlamaIndex?
1919

0 commit comments

Comments
 (0)