Skip to content

Commit

Permalink
Fix incorrect link in integration guide (langchain-ai#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored May 23, 2023
1 parent b153681 commit c607d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/contributing/INTEGRATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Below are links to guides with advice and tips for specific types of integration
- Chat model providers (TODO) (e.g. Anthropic's Claude, OpenAI's GPT-4)
- [Memory](https://github.com/hwchase17/langchainjs/blob/main/.github/contributing/integrations/MEMORY.md) (used to give an LLM or chat model context of past conversations, e.g. Motörhead)
- [Vector stores](https://github.com/hwchase17/langchainjs/blob/main/.github/contributing/integrations/VECTOR_STORES.md) (e.g. Pinecone)
- [Persistent message stores](https://github.com/hwchase17/langchainjs/blob/main/.github/contributing/integrations/LLMS.md) (used to persistently store and load raw chat histories, e.g. Redis)
- [Persistent message stores](https://github.com/hwchase17/langchainjs/blob/main/.github/contributing/integrations/MESSAGE_STORES.md) (used to persistently store and load raw chat histories, e.g. Redis)
- [Document loaders](https://github.com/hwchase17/langchainjs/blob/main/.github/contributing/integrations/DOCUMENT_LOADERS.md) (used to load documents for later storage into vector stores, e.g. Apify)
- Embeddings (TODO) (e.g. Cohere)
- [Tools](https://github.com/hwchase17/langchainjs/blob/main/.github/contributing/integrations/TOOLS.md) (used for agents, e.g. the SERP API tool)
Expand Down

0 comments on commit c607d76

Please sign in to comment.