Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

pinecone-router/middleware-template

Repository files navigation

Pinecone Router Middleware Template

GitHub tag (latest by date) npm bundle size Downloads from Jsdelivr Github Downloads from Jsdelivr NPM npm Changelog

A middleware for Pinecone Router.

Be sure to do a site wide search/replace for the following:

{author-name} - Example: Rafik El Hadi Houari
{middleware-name} - Example: markdown
{current-year} - Example: 2021
{package-description} - Example: The summary
{repository} - Example: The full repository path, like pinecone-router/middleware-template
{security-email} - Example john @ example.com

About

What does this middleware do.

Installation

CDN

Include the following <script> tag in the <head> of your document, before Pinecone Router:

<script src="https://cdn.jsdelivr.net/npm/pinecone-router-{middleware-name}@0.0.0/dist/index.umd.js"></script>

ES6 Module:

import 'https://cdn.jsdelivr.net/npm/pinecone-router-middleware-{middleware-name}@0.0.0/dist/index.module.js';

NPM

npm install pinecone-router-middleware-{middleware-name}
// load this middleware
import 'pinecone-router-middleware-{middleware-name}';
// then load pinecone router
import 'pinecone-router';

Important: This must be added before loading Pinecone Router.

Usage

usage info

Supported versions

Version Pinecone Router Versions
0.0.0 2.0.0

Contributing:

Please refer to CONTRIBUTING.md

Versioning

This projects follow the Semantic Versioning guidelines.

License

Copyright (c) {current-year} {author-name}

Licensed under the MIT license, see LICENSE.md for details.

About

Middleware template for Pinecone Router

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published