mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-29 21:30:18 +00:00
DOCS: move adapters to integrations (#13862)
Current docs for adapters are in the `Guides/Adapters which is not a good place. - moved Adapters into `Integratons/Components/Adapters/ - simplified the OpenAI adapter notebook - rerouted the old OpenAI adapter page URL to a new one.
This commit is contained in:
@@ -2920,6 +2920,10 @@
|
||||
"source": "/en/latest/modules/memory/examples/cassandra_chat_message_history.html",
|
||||
"destination": "/docs/integrations/memory/cassandra_chat_message_history"
|
||||
},
|
||||
{
|
||||
"source": "/docs/guides/adapters/openai",
|
||||
"destination": "/docs/integrations/adapters/openai"
|
||||
},
|
||||
{
|
||||
"source": "/docs/modules/memory/integrations/cassandra_chat_message_history",
|
||||
"destination": "/docs/integrations/memory/cassandra_chat_message_history"
|
||||
|
||||
Reference in New Issue
Block a user