This directory contains the documentation for pgvector-python, built with MkDocs and the Material theme.
To build the documentation locally:
pip install mkdocs mkdocs-material
make docsThe built documentation will be in the site/ directory.
To serve the documentation locally for development:
make docs-serveThis will start a development server at http://127.0.0.1:8000/.
docs/index.md- Home pagedocs/getting-started/- Getting started guidesinstallation.md- Installation instructions for different database adapters
docs/examples/- Example usage guidesopenai.md- OpenAI embeddings example
- Create a new Markdown file in the appropriate directory under
docs/ - Add the page to the navigation in
mkdocs.yml - Build and test locally with
make docs-serve
The documentation configuration is in mkdocs.yml at the root of the repository.