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:
Leonid Ganeline
2023-11-27 13:05:43 -08:00
committed by GitHub
parent cd77fba562
commit e47b9c5285
4 changed files with 15 additions and 37 deletions

View File

@@ -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"