Skip to content

Conversation

@TheovanKraay
Copy link
Contributor

Overview

Adding Cosmos DB Chat Message History to Microsoft doc

Type of change

Update existing documentation

Related issues/PRs

N/A

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes

I am a Cosmos DB PM at Microsoft and noticed this was missing.

@TheovanKraay TheovanKraay requested a review from mdrxy as a code owner November 5, 2025 19:44
Copilot AI review requested due to automatic review settings November 5, 2025 19:44
@github-actions github-actions bot added langchain For docs changes to LangChain python For content related to the Python version of LangChain projects oss labels Nov 5, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds Azure Cosmos DB Chat Message History to the Memory section and migrates Azure Cosmos DB vector store integrations from langchain_community to langchain_azure_ai.

  • Adds a new Memory section with Azure Cosmos DB Chat Message History integration
  • Updates import paths for Azure Cosmos DB vector stores from langchain_community to langchain_azure_ai
  • Updates installation instructions to include langchain-azure-ai package for Azure Cosmos DB integrations

credential="<your-credential>" # or use connection_string
)
```

Copy link

Copilot AI Nov 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Memory section lacks a usage example link or reference documentation link. Following the pattern established in other sections of this file (e.g., vector stores at lines 436 and 474), consider adding a 'See a usage example' link if such documentation exists, or a link to the Azure Cosmos DB chat message history documentation.

Suggested change
See the [Azure Cosmos DB chat message history documentation](https://learn.microsoft.com/en-us/azure/cosmos-db/ai-agents#chat-message-history) for more details and usage examples.

Copilot uses AI. Check for mistakes.
Copy link
Collaborator

@mdrxy mdrxy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TY!

@mdrxy mdrxy merged commit 08d1fe1 into langchain-ai:main Nov 5, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants