Skip to content

Update and restructure Qdrant integration docs#186

Merged
IEvangelist merged 8 commits into
microsoft:mainfrom
alistairmatthews:restructure-qdrant-docs
Jan 8, 2026
Merged

Update and restructure Qdrant integration docs#186
IEvangelist merged 8 commits into
microsoft:mainfrom
alistairmatthews:restructure-qdrant-docs

Conversation

@alistairmatthews
Copy link
Copy Markdown
Contributor

The existing Qdrant integration document is comprehensive but difficult for beginners. This PR is intended to keep the comprehensive information but make it easier for those who want to get going quickly. I've used Copilot to propagate changes from the new PostgreSQL documents to the Qdrant ones.

This PR:

  • Splits the large integration doc into two: Hosting and Client.
  • Adds a getting started short tutorial.
  • Adds a Properties of the Qdrant resources section to the client reference docs. This describes what configuration values are injected by the WithReference() method.

@alistairmatthews alistairmatthews marked this pull request as ready for review January 6, 2026 16:18
Copilot AI review requested due to automatic review settings January 6, 2026 16:18
Copy link
Copy Markdown
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 restructures the Qdrant integration documentation from a single comprehensive page into a more beginner-friendly three-page structure: a getting started guide, a hosting integration reference, and a client integration reference. The changes follow the pattern established by the PostgreSQL integration documentation, making it easier for developers to quickly get started while still providing comprehensive reference material.

Key changes include:

  • Split documentation into three focused documents with improved navigation
  • Added multi-language support (C#, Python, JavaScript) in the getting started guide
  • Added detailed properties documentation describing configuration values injected by WithReference()

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 7 comments.

Show a summary per file
File Description
src/frontend/src/data/integration-docs.json Updated package documentation links to point to the new get-started page
src/frontend/src/content/docs/integrations/databases/qdrant/qdrant-host.mdx New hosting integration reference with data volumes, API keys, and non-.NET examples
src/frontend/src/content/docs/integrations/databases/qdrant/qdrant-get-started.mdx New getting started guide with multi-language examples for quick setup
src/frontend/src/content/docs/integrations/databases/qdrant/qdrant-client.mdx New client integration reference with configuration options and properties documentation
src/frontend/src/content/docs/integrations/databases/qdrant.mdx Removed old single-page documentation (replaced by three new files)
src/frontend/config/sidebar/integrations.topics.ts Updated sidebar navigation to show collapsible Qdrant section with three sub-pages
src/frontend/config/redirects.mjs Added redirect from old short path to new get-started page

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/frontend/src/content/docs/integrations/databases/qdrant/qdrant-host.mdx Outdated
Comment thread src/frontend/src/content/docs/integrations/databases/qdrant/qdrant-host.mdx Outdated
Comment thread src/frontend/config/redirects.mjs Outdated
Comment thread src/frontend/src/content/docs/integrations/databases/qdrant/qdrant-host.mdx Outdated
Copy link
Copy Markdown
Member

@IEvangelist IEvangelist left a comment

Choose a reason for hiding this comment

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

This looks good, but you will need to again fix a merge conflict (as I merged your first PR, and it too updated the redirects). Sorry 😢

@IEvangelist IEvangelist enabled auto-merge (squash) January 8, 2026 16:12
@IEvangelist IEvangelist merged commit a3f1fd7 into microsoft:main Jan 8, 2026
6 checks passed
@alistairmatthews alistairmatthews deleted the restructure-qdrant-docs branch January 13, 2026 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants