Commit 5d3f88e
committed
fix(docs): correct NotFoundError cross-reference in assistant.md
Replaced broken `pinecone.exceptions.NotFoundError` Sphinx cross-references
with the correct `pinecone.errors.exceptions.NotFoundError` path.
`pinecone/exceptions.py` is a backcompat shim that does not export
`NotFoundError`; the canonical location is `pinecone/errors/exceptions.py`.1 parent b52f1ab commit 5d3f88e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
0 commit comments