Skip to content

Commit c390266

Browse files
committed
Fix new broken links
1 parent 5da845f commit c390266

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/oss/contributing/implement-langchain.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Your integration package will typically implement a subclass of at least one of
3333
Retrievers are used to retrieve documents from APIs, databases, or other sources based on a query. The Retriever class must inherit from the BaseRetriever base class.
3434

3535
<Warning>
36-
The retriever integration guide is currently WIP. In the meantime, read the [retriever conceptual guide](/oss/langchain/retrievers) for details on how LangChain retrievers function.
36+
The retriever integration guide is currently WIP. In the meantime, read the [retriever conceptual guide](/oss/integrations/retrievers) for details on how LangChain retrievers function.
3737
</Warning>
3838
</Tab>
3939
<Tab title="Vector Stores">
@@ -42,14 +42,14 @@ Your integration package will typically implement a subclass of at least one of
4242
See the [vector store integration guide](/oss/integrations/vectorstores) for details on implementing a vector store integration.
4343

4444
<Warning>
45-
The vector store integration guide is currently WIP. In the meantime, read the [vector store conceptual guide](/oss/langchain/vectorstores) for details on how LangChain vector stores function.
45+
The vector store integration guide is currently WIP. In the meantime, read the [vector store conceptual guide](/oss/integrations/vectorstores) for details on how LangChain vector stores function.
4646
</Warning>
4747
</Tab>
4848
<Tab title="Embeddings">
4949
Embedding models are subclasses of the [`Embeddings`](https://python.langchain.com/api_reference/core/embeddings/langchain_core.embeddings.embeddings.Embeddings.html) class.
5050

5151
<Warning>
52-
The embedding model integration guide is currently WIP. In the meantime, read the [embedding model conceptual guide](/oss/langchain/text_embedding) for details on how LangChain embedding models function.
52+
The embedding model integration guide is currently WIP. In the meantime, read the [embedding model conceptual guide](/oss/integrations/text_embedding) for details on how LangChain embedding models function.
5353
</Warning>
5454
</Tab>
5555
</Tabs>

0 commit comments

Comments
 (0)