Skip to content

vectorcache/vectorcache-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vectorcache Documentation

Official documentation for Vectorcache - AI-powered semantic caching for LLM applications.

🚀 Quick Start

Visit the live documentation: docs.vectorcache.com

📚 What's Inside

  • Getting Started - Quick start guide, installation, and configuration
  • SDK Documentation - JavaScript/TypeScript, Python, and cURL examples
  • API Reference - Complete API documentation
  • Guides - Best practices, similarity tuning, cost optimization, and security
  • FAQ & Support - Common questions and support resources

🛠️ Development

Prerequisites

  • Python 3.8+
  • pip

Local Setup

  1. Clone the repository:
git clone https://github.com/YOUR_USERNAME/vectorcache-docs.git
cd vectorcache-docs
  1. Install dependencies:
pip install mkdocs-material
pip install mkdocs-git-revision-date-localized-plugin
  1. Run local server:
mkdocs serve
  1. Open http://localhost:8000 in your browser

Building

Build static site:

mkdocs build

Output will be in site/ directory.

📝 Contributing

We welcome contributions! Here's how:

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/your-feature
  3. Make your changes
  4. Test locally: mkdocs serve
  5. Commit: git commit -m "Add your feature"
  6. Push: git push origin feature/your-feature
  7. Open a Pull Request

Documentation Structure

docs/
├── index.md                 # Home page
├── getting-started/         # Quick start, installation, config
├── sdk/                     # SDK documentation
├── api/                     # API reference
├── guides/                  # Best practices and guides
└── about/                   # FAQ, pricing, support

🚢 Deployment

Documentation is automatically deployed to GitHub Pages on push to main branch.

GitHub Actions workflow:

  • Builds the docs with MkDocs Material
  • Deploys to gh-pages branch
  • Available at your GitHub Pages URL

📄 License

This documentation is licensed under MIT License.

🆘 Support

🔗 Links

About

docs for vectorcache.ai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published