This feature is in public preview.

This page shows you how to use an existing assistant in Python.

To learn about the concepts related to Pinecone Assistant, see Understanding Assistant.

Use an existing assistant with the Python SDK

To use an existing assistant in Python, create an Assistant object using the Assistant() constructor with the assistant name as in the following example:

You can also create an Assistant object using describe_assistant() as in the following example:

You can now use the Assistant object to interact with your Assistant.