skillfed

pinecone-plugin-assistant

Assistant plugin for Pinecone SDK

pinecone-plugin-assistant v3.0.3 2.0M downloads/30d#3,383 on PyPI
Permissive license Apache-2.0 Active released

What it is and what it does

This package is a plugin for the Pinecone SDK that exposes the Assistant APIs—a managed service for building AI assistants that understand and reason over your documents. It wraps HTTP calls to Pinecone's backend, letting you create named assistants, upload files, and chat with them using natural language. The assistant ingests your documents and answers questions grounded in that content.

Typically you'll instantiate a Pinecone client, create or retrieve an assistant by name, upload one or more files to it, then send chat messages and receive responses. The package handles file upload, status polling, and message formatting. It depends only on requests for HTTP communication, making installation straightforward. The APIs are currently in beta, meaning the feature set or behavior may evolve.

Use it for:

  • Build a customer support chatbot that answers questions grounded in your product documentation or knowledge base.
  • Create a research assistant that ingests documents and answers domain-specific questions.
  • Develop an internal knowledge assistant for teams to query company policies, procedures, or historical data.
  • Prototype a document Q&A system without managing your own embeddings or vector storage infrastructure.
  • Augment an LLM application with semantic search over proprietary documents without building a retrieval pipeline.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python bindings to Pinecone's Assistant APIs for creating, managing, and chatting with AI assistants that can ingest and reason over documents.

Yes. The package has low install friction, permissive licensing, no known vulnerabilities, and active maintenance. Install it if you're already using Pinecone and want to leverage its managed Assistant APIs. Skip it if you don't have a Pinecone account or prefer to manage your own document embeddings and retrieval.

Install

pinecone-plugin-assistant on PyPI

pip

pip install pinecone-plugin-assistant

uv

uv add pinecone-plugin-assistant

poetry

poetry add pinecone-plugin-assistant

Installing pinecone-plugin-assistant

Before you install

Low friction: pure Python wheel with a single runtime dependency (requests). Active maintenance status with recent release.

License in practice

Apache-2.0 permissive license allows commercial use, modification, and distribution with minimal restrictions—suitable for most projects.

Quickstart

from pinecone import Pinecone

pc = Pinecone(api_key='YOUR_API_KEY')
assistant = pc.assistant.create_assistant(assistant_name="my_assistant")
assistant.upload_file("./document.pdf")
msg = {"content": "Question about document?"}
resp = assistant.chat_completions(messages=[msg])
print(resp)

Requires a valid Pinecone API key and an active Pinecone account; assistant APIs are currently in beta.

Verify before relying

  • Whether the beta status of Pinecone Assistant APIs affects stability or feature availability guarantees.
  • Performance characteristics and latency for document upload and chat completion operations.
  • Supported file formats beyond the PDF and text examples shown in the documentation.
  • Full list of message object properties and response structure details.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (<4.0,>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 1 — requests
Maintenance actively maintained — 140 days since the last release
First released
Downloads 1,989,636/month — #3,383 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pinecone_plugin_assistant-3.0.3-py3-none-any.whl

License :: OSI Approved :: Apache Software LicenseProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

pinecone assistant api clientdocument-aware ai chatsemantic document searchpinecone sdk pluginai assistant managementvector database assistantfile upload to ai assistant
vector-databasedocument-qaai-assistant

More Artificial Intelligence packages

litellm

LiteLLM provides a unified Python interface to…

permissive · top 100 on PyPI

huggingface-hub

Client library and CLI tool for downloading,…

permissive · top 100 on PyPI

langchain

LangChain provides a framework for building…

permissive · top 1,000 on PyPI

hf-xet

hf-xet provides chunk-based deduplication and…

permissive · top 1,000 on PyPI

tokenizers

Tokenizers converts raw text into token…

permissive · top 1,000 on PyPI

transformers

Transformers provides a unified framework for…

permissive · top 1,000 on PyPI

pinecone

Pinecone Python SDK provides a client for…

permissive · top 5,000 on PyPI

pinecone-plugin-interface

Provides classes and utilities for building and…

permissive · top 5,000 on PyPI

pinecone-plugin-inference

Provides embedding generation through…

permissive · top 15,000 on PyPI

langchain-pinecone

Connects LangChain applications to Pinecone…

permissive · top 5,000 on PyPI

pinecone-client

This package is deprecated and should not be…

permissive · top 5,000 on PyPI

zep-cloud

Zep Cloud SDK provides a client library for…

unclear · top 15,000 on PyPI

llama-index-vector-stores-pinecone

Integrates Pinecone vector database with…

permissive · top 15,000 on PyPI

apache-airflow-providers-pinecone

Integrates Pinecone vector database operations…

permissive · top 15,000 on PyPI

pinecone-text

Provides sparse and dense text encoders for…

unclear · top 15,000 on PyPI

zai-sdk

Official Python SDK for Z.ai's large model…

unclear · top 15,000 on PyPI