Update clarifai.mdx (#11964)

Corrected broken link
pull/11736/head^2
Alfrick Opidi 10 months ago committed by GitHub
parent 5ba7a7d2bc
commit 71b0f51003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,4 +49,4 @@ You can also add data directly from LangChain as well, and the auto-indexing wil
from langchain.vectorstores import Clarifai
clarifai_vector_db = Clarifai.from_texts(user_id=USER_ID, app_id=APP_ID, texts=texts, pat=CLARIFAI_PAT, number_of_docs=NUMBER_OF_DOCS, metadatas = metadatas)
```
For more details, the docs on the Clarifai vector store provide a [detailed walkthrough](/docs/integrations/vectorstores/clarifai.ipynb).
For more details, the docs on the Clarifai vector store provide a [detailed walkthrough](/docs/integrations/vectorstores/clarifai).

Loading…
Cancel
Save