GitHub / pinecone-io/python-sdk / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| f156e479 | docs(retries): describe logs as namespaced, not "structured" | Jen Hamon <j****n@p****o> | 3 months ago | |
| bb1304ed | release: 9.1.0 | github-actions[bot] <4****]@u****m> | 3 months ago | |
| 620933a4 |
chore(deps): bump idna from 3.11 to 3.15 in the uv group across 1 directory (...
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| b0f1887d | docs(retries): stop surfacing Retry-After / grpc-retry-pushback-ms | Jen Hamon <j****n@p****o> | 3 months ago | |
| 559ce7e3 | revert(backcompat): drop DeprecationWarning on search(query=...) | Jen Hamon <j****n@p****o> | 3 months ago | |
| 366bb109 | test(integration): add opt-in retry smoke test for quota-limited upserts | Jen Hamon <j****n@p****o> | 3 months ago | |
| 56d0e161 | test(retry): add Hypothesis fuzz tests for Retry-After parsing; fix parser bugs | Jen Hamon <j****n@p****o> | 3 months ago | |
| 9fe9f9df | fix(adaptive): bound _AdaptiveLimiterRegistry with LRU eviction at 256 entries | Jen Hamon <j****n@p****o> | 3 months ago | |
| 41ea4340 | feat(observability): log throttle events and AIMD transitions at INFO/DEBUG | Jen Hamon <j****n@p****o> | 3 months ago | |
| 17431f7d | test(retry): add bulk-path regression tests under quota-starved backend (DX-0... | Jen Hamon <j****n@p****o> | 3 months ago | |
| 27d34cd8 | test(retry): add gRPC storm simulation test and enable cross-transport parity... | Jen Hamon <j****n@p****o> | 3 months ago | |
| c181b19e | test(retry): add storm simulation tests for async REST transport (DX-0167) | Jen Hamon <j****n@p****o> | 3 months ago | |
| 5ceadf58 | test(retry): add storm simulation tests for sync REST transport (DX-0166) | Jen Hamon <j****n@p****o> | 3 months ago | |
| 512185ea | test(retry): add fault-injection transport and storm scenario fixture | Jen Hamon <j****n@p****o> | 3 months ago | |
| d811e5e5 | chore(integration-test): add api_keys update (DX-0083) | Jen Hamon <j****n@p****o> | 3 months ago | |
| 622eebd6 | chore(integration-test): add delete_with_cleanup test (DX-0081) | Jen Hamon <j****n@p****o> | 3 months ago | |
| d04b7c2d | feat(grpc): add query_namespaces_async to GrpcIndex | Jen Hamon <j****n@p****o> | 3 months ago | |
| f5f2b583 | feat(grpc): add bulk import operations to GrpcIndex | Jen Hamon <j****n@p****o> | 3 months ago | |
| 6ec01b4f | feat(grpc): add query_namespaces to GrpcIndex | Jen Hamon <j****n@p****o> | 3 months ago | |
| d897efd9 | fix(grpc): correct GrpcIndex.upsert_records docstring for namespace param | Jen Hamon <j****n@p****o> | 3 months ago | |
| c0ac873c | fix(grpc): remove wrap_dense_vector=False from GrpcIndex.search() | Jen Hamon <j****n@p****o> | 3 months ago | |
| a5fda9d7 | refactor(http-client): extract shared backoff helpers as module-level functions | Jen Hamon <j****n@p****o> | 3 months ago | |
| db6f54ed | fix(docs): correct error_mode default in start_import docstring | Jen Hamon <j****n@p****o> | 3 months ago | |
| ee90dfe3 | feat(grpc): add fetch_by_metadata to GrpcIndex (REST delegation) | Jen Hamon <j****n@p****o> | 3 months ago | |
| 0627fd38 | feat(backcompat): tighten query= shim — DeprecationWarning + isinstance check... | Jen Hamon <j****n@p****o> | 3 months ago | |
| 926503e9 | docs(backups): add backup_id provenance hint in create_index_from_backup | Jen Hamon <j****n@p****o> | 3 months ago | |
| 4622a1cb | fix: support legacy search query bodies (#668) |
Pragnyan Ramtha <p****a@g****m>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 376a2e6b | docs(guides): trim Retries section in error-handling.md to cross-reference | Jen Hamon <j****n@p****o> | 3 months ago | |
| fdadfdee | docs(retries): add guides/retries.md retry/resilience documentation | Jen Hamon <j****n@p****o> | 3 months ago | |
| 929ce833 | test(admin): add end-to-end bridge integration test (DX-0084) | Jen Hamon <j****n@p****o> | 3 months ago | |
| e82b4c68 | test(admin): add api_keys lifecycle integration tests (DX-0082) | Jen Hamon <j****n@p****o> | 3 months ago | |
| 56c82e34 | feat(errors): add RateLimitError subclass for HTTP 429 responses | Jen Hamon <j****n@p****o> | 3 months ago | |
| def83ad2 | fix(async_index): bound query_namespaces fan-out with _AdaptiveLimiter | Jen Hamon <j****n@p****o> | 3 months ago | |
| 868ae2f2 | feat(grpc): wire throttle callback from _AdaptiveLimiterRegistry to GrpcChannel | Jen Hamon <j****n@p****o> | 3 months ago | |
| 80c73868 | feat(client): wire _AdaptiveLimiterRegistry into RetryConfig on_throttle | Jen Hamon <j****n@p****o> | 3 months ago | |
| 56ee4258 | feat(batch): gate sync ThreadPoolExecutor via admission semaphore from _Adapt... | Jen Hamon <j****n@p****o> | 3 months ago | |
| c5f6c33c | feat(batch): wire async_batch_execute to _AdaptiveLimiter for AIMD concurrency | Jen Hamon <j****n@p****o> | 3 months ago | |
| ec00ea3a | test(grpc): add Rust integration tests and Python tests for retry/callback pa... | Jen Hamon <j****n@p****o> | 3 months ago | |
| 469d25a7 | feat(retry): smear-on-pushback + decorrelated jitter for gRPC retry path | Jen Hamon <j****n@p****o> | 3 months ago | |
| 31869227 | test(retry): statistical distribution tests for REST jitter math | Jen Hamon <j****n@p****o> | 3 months ago | |
| 377802e0 | feat(retry): decorrelated jitter + Retry-After smear in REST transports | Jen Hamon <j****n@p****o> | 3 months ago | |
| 93241de6 | fix(retry): align REST max_retries to count retries not total attempts | Jen Hamon <j****n@p****o> | 3 months ago | |
| f23ceeb8 | feat(adaptive): add _AdaptiveLimiter and _AdaptiveLimiterRegistry (AIMD) | Jen Hamon <j****n@p****o> | 3 months ago | |
| 25b80c22 | feat(retry): add PyO3 on_throttle callback hook to gRPC transport | Jen Hamon <j****n@p****o> | 3 months ago | |
| f5d49ba9 | feat(retry): parse and honor grpc-retry-pushback-ms / retry-after trailers | Jen Hamon <j****n@p****o> | 3 months ago | |
| d6bc0ff0 | feat(retry): add on_throttle callback hook to RetryConfig | Jen Hamon <j****n@p****o> | 3 months ago | |
| 523f5a8d | release: 9.0.1 | github-actions[bot] <4****]@u****m> | 3 months ago | |
| a38baf2c | ci(typecheck): add __init__.pyi drift check to typecheck job | Jen Hamon <j****n@p****o> | 3 months ago | |
| dc6b283c | docs: fix misleading Returns in normalize_rerank_documents | Jen Hamon <j****n@p****o> | 3 months ago | |
| 8f08fd61 | docs(inference): fix unstable internal import in reranking how-to | Jen Hamon <j****n@p****o> | 3 months ago | |
| 4ccead05 | merge Merge commit '2bc6e720' | Jen Hamon <j****n@p****o> | 3 months ago | |
| 2bc6e720 | feat(dx): add pinecone/__init__.pyi stub for Jedi-based IDE type resolution | Jen Hamon <j****n@p****o> | 3 months ago | |
| 77dfb216 | docs(admin_adapter): add Args, Returns, and Raises to AdminAdapter methods | Jen Hamon <j****n@p****o> | 3 months ago | |
| 00f38efc | docs(adapters): add Args and Returns sections to decode_response docstring | Jen Hamon <j****n@p****o> | 3 months ago | |
| d8c6017c | docs(indexes): fix missing required field_map arg in EmbedConfig example | Jen Hamon <j****n@p****o> | 3 months ago | |
| a1c0b147 | docs(migration): fix v9 migration table to show canonical pc.index() instead ... | Jen Hamon <j****n@p****o> | 3 months ago | |
| 6aaf8c17 | docs(retry): correct retry count claim in upsert-and-query guide | Jen Hamon <j****n@p****o> | 3 months ago | |
| 25ecbc1d | docs(assistant): use canonical pc.assistants in how-to guide | Jen Hamon <j****n@p****o> | 3 months ago | |
| f2f40e54 | docs(index): fix RST emphasis on parameter names in Pinecone.index Raises sec... | Jen Hamon <j****n@p****o> | 3 months ago | |
| f8f1c456 | docs: use imperative mood in Pinecone.config docstring summary | Jen Hamon <j****n@p****o> | 3 months ago | |
| 01e8655f | docs(client): rename loop variable `a` to `assistant` in assistants example | Jen Hamon <j****n@p****o> | 3 months ago | |
| aaecf38a | docs(async_client): fix inference property docstring to match sync wording | Jen Hamon <j****n@p****o> | 3 months ago | |
| c71db137 | docs(backcompat): add :meta private: to all 18 async shim docstrings | Jen Hamon <j****n@p****o> | 3 months ago | |
| 4e65c646 | docs(client): fix create_index_for_model docstring first line | Jen Hamon <j****n@p****o> | 3 months ago | |
| 45656aed | docs(sphinx): add _AssistantNamespaceProxy to nitpick_ignore | Jen Hamon <j****n@p****o> | 3 months ago | |
| 07c87b2b | docs(client): add Args section to configure_index docstring | Jen Hamon <j****n@p****o> | 3 months ago | |
| 5e955c88 | docs(collections): fix broken NotFoundError cross-reference in collections.md | Jen Hamon <j****n@p****o> | 3 months ago | |
| 497051a4 | docs(config): add Returns section to Pinecone.config and AsyncPinecone.config | Jen Hamon <j****n@p****o> | 3 months ago | |
| 5d3f88ea | fix(docs): correct NotFoundError cross-reference in assistant.md | Jen Hamon <j****n@p****o> | 3 months ago | |
| b52f1aba | docs(client): add Examples section to Pinecone.config docstring | Jen Hamon <j****n@p****o> | 3 months ago | |
| 004783d7 | docs(client): add Examples sections to Pinecone.close() and AsyncPinecone.clo... | Jen Hamon <j****n@p****o> | 3 months ago | |
| 90936111 | docs(indexes): fix tags type in create_index_from_backup docstrings | Jen Hamon <j****n@p****o> | 3 months ago | |
| dee60bac | docs(index): fix example in Pinecone.index docstring | Jen Hamon <j****n@p****o> | 3 months ago | |
| 44d14eef | docs(index): document pool_threads parameter in Pinecone.index() docstring | Jen Hamon <j****n@p****o> | 3 months ago | |
| 9c95f7a5 | docs(preview): replace code-block example with doctest in preview property | Jen Hamon <j****n@p****o> | 3 months ago | |
| c78e9bd2 | docs(inference): fix unstable import path in embeddings how-to | Jen Hamon <j****n@p****o> | 3 months ago | |
| 2729328c | docs(inference): fix unsafe metadata.get() in reranking snippet | Jen Hamon <j****n@p****o> | 3 months ago | |
| bfe89ddd | fix(backups): add missing metric field to BackupModel | Jen Hamon <j****n@p****o> | 3 months ago | |
| 293d266d | docs(indexes): add IndexInitFailedError and IndexTerminatedError to create_in... | Jen Hamon <j****n@p****o> | 3 months ago | |
| e0751992 | docs(assistant): fix streaming chat snippet to use stream.text() | Jen Hamon <j****n@p****o> | 3 months ago | |
| a40f055a | docs(assistant): correct create() blocking behavior in how-to guide | Jen Hamon <j****n@p****o> | 3 months ago | |
| a15f29aa | docs(client): add NotFoundError to Pinecone.index() Raises section | Jen Hamon <j****n@p****o> | 3 months ago | |
| c0f3e6d7 | docs(guides): fix false claim about upsert_from_dataframe max_concurrency | Jen Hamon <j****n@p****o> | 3 months ago | |
| 04f61fcd | docs(async): fix async context manager usage in performance guide | Jen Hamon <j****n@p****o> | 3 months ago | |
| e41c9bb2 | docs(backups): add control-plane qualifier to Pinecone.backups docstring | Jen Hamon <j****n@p****o> | 3 months ago | |
| 84518ae8 | docs(client): fix close() docstring to reflect multiple HTTP clients | Jen Hamon <j****n@p****o> | 3 months ago | |
| a8ef4c1a | docs(pagination): fix incomplete Resuming Pagination example | Jen Hamon <j****n@p****o> | 3 months ago | |
| 5b6811d3 | docs(backups): use descriptive loop variable in backups example | Jen Hamon <j****n@p****o> | 4 months ago | |
| 3ecb73c4 | docs(collections): add control-plane qualifier to collections property docstring | Jen Hamon <j****n@p****o> | 4 months ago | |
| 8db646ca | docs(assistant): fix non-imperative summary line in assistant property docstring | Jen Hamon <j****n@p****o> | 4 months ago | |
| 744cad08 | docs(grpc): fix false grpc extra claim in Limitations section | Jen Hamon <j****n@p****o> | 4 months ago | |
| b7ff9fea | docs(inference): replace placeholder embed example with realistic input | Jen Hamon <j****n@p****o> | 4 months ago | |
| 119d356a | docs(assistant): add Returns: section to Pinecone.assistant docstring | Jen Hamon <j****n@p****o> | 4 months ago | |
| 119bd7ef | docs(assistant): add Examples section to Pinecone.assistant docstring | Jen Hamon <j****n@p****o> | 4 months ago | |
| dc47b4b2 | docs(client): add :meta private: to 19 backcompat shim docstrings | Jen Hamon <j****n@p****o> | 4 months ago | |
| 09026b5c | docs(authentication): fix error message text in missing key example | Jen Hamon <j****n@p****o> | 4 months ago | |
| 85374530 | docs(faq): use canonical pc.index() in gRPC comparison snippet | Jen Hamon <j****n@p****o> | 4 months ago | |
| 11b075b9 | docs(error-handling): add missing 408 to retryable status codes list | Jen Hamon <j****n@p****o> | 4 months ago | |
| e33ba6cd | docs(search): fix invalid query= kwarg in search_records example | Jen Hamon <j****n@p****o> | 4 months ago | |
| e277ae9b | docs(concepts): fix invalid spec_embed kwarg in integrated-index example | Jen Hamon <j****n@p****o> | 4 months ago |