Skip to content

Conversation

@knowsuchagency
Copy link
Contributor

Summary

This PR adds a "Community session implementations" section to the Sessions documentation page, making it easier for users to discover third-party session backends.

The documentation currently mentions "Consider implementing custom session backends for other production systems (Redis, Django, etc.)" but doesn't provide a place to discover community implementations.

Changes

  • Added a new "Community session implementations" section before the API Reference
  • Created a table format for listing packages with description and install command
  • Added initial entry: openai-django-sessions for Django ORM-based sessions

Preview

The new section looks like:

Package Description Install
openai-django-sessions Django ORM-based sessions for any Django-supported database (PostgreSQL, MySQL, SQLite) pip install openai-django-sessions

This encourages community contributions by inviting others to open PRs to add their implementations.

Add a new section to the sessions documentation that lists community-built
session implementations. This makes it easier for users to discover
third-party session backends.

Initial entry: openai-django-sessions for Django ORM-based sessions.
@knowsuchagency knowsuchagency marked this pull request as ready for review December 2, 2025 16:56
@seratch seratch added documentation Improvements or additions to documentation feature:sessions labels Dec 2, 2025
@seratch seratch enabled auto-merge (squash) December 2, 2025 23:44
@seratch seratch added this to the 0.6.x milestone Dec 2, 2025
@seratch seratch merged commit fff8d89 into openai:main Dec 2, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation feature:sessions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants