Skip to content

Commit c0d7aef

Browse files
avi1mizrahijhamon
authored andcommitted
[KE] Add assistant description (#469)
## Problem There were no info on assistant in the readme ## Solution Now there is info on assistant in the readme ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update - [ ] Infrastructure change (CI configs, etc) - [x] Non-code change (docs, etc) - [ ] None of the above: (explain here) ## Test Plan Describe specific steps for validating this change.
1 parent a49102f commit c0d7aef

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,17 @@ response = index.search_records(
189189
)
190190
```
191191

192+
## Pinecone Assistant
193+
### Installing the Pinecone Assistant Python plugin
194+
195+
To interact with Pinecone Assistant using the Python SDK, install the `pinecone-plugin-assistant` package:
196+
197+
```shell
198+
pip install --upgrade pinecone pinecone-plugin-assistant
199+
```
200+
For more information on Pinecone Assistant, see the [Pinecone Assistant documentation](https://docs.pinecone.io/guides/assistant/overview).
201+
202+
192203
## More information on usage
193204

194205
Detailed information on specific ways of using the SDK are covered in these other pages.

0 commit comments

Comments
 (0)