GitHub / typesense/typesense-python issues and pull requests
#96 - Fix: union in multisearch
Pull Request -
State: open - Opened by ragusa87 23 days ago
- 1 comment
#95 - Union parameter not passed in multi-search queries
Issue -
State: open - Opened by ragusa87 23 days ago
#94 - feat: add natural language search
Pull Request -
State: open - Opened by tharropoulos 28 days ago
#93 - Updating synonyms.
Issue -
State: closed - Opened by paffel2 about 1 month ago
#92 - Example of modifying collection field
Issue -
State: closed - Opened by rokclimb15 about 1 month ago
- 4 comments
#91 - refactor: add generic type parameters for improved type flexibility
Pull Request -
State: open - Opened by tharropoulos about 1 month ago
#90 - [types] incomptabile assignment types due to invariant and type union
Issue -
State: open - Opened by rchui about 1 month ago
- 2 comments
#89 - build: modernize CI workflow with uv and improve code quality tooling
Pull Request -
State: closed - Opened by tharropoulos 2 months ago
#88 - feat(node): add round-robin host shuffling capability
Pull Request -
State: open - Opened by tharropoulos 2 months ago
#87 - feat(document): add parameter support to document retrieval
Pull Request -
State: closed - Opened by tharropoulos 3 months ago
#86 - bugfix: remove infinite loop from `index_and_search.py`
Pull Request -
State: closed - Opened by HandcartCactus 3 months ago
#85 - feat(collections): add `__contains__` method for collection existence
Pull Request -
State: closed - Opened by tharropoulos 3 months ago
#84 - fix(api): improve error handling for invalid JSON responses
Pull Request -
State: closed - Opened by tharropoulos 3 months ago
- 1 comment
#83 - feat(types): add missing search parameters to document types
Pull Request -
State: closed - Opened by tharropoulos 3 months ago
- 1 comment
#82 - Failure to decode Json response from Typesense
Issue -
State: closed - Opened by imurraywano 3 months ago
- 1 comment
#81 - typings to current version of typesense server
Issue -
State: open - Opened by jensimik 4 months ago
- 2 comments
#80 - AttributeError: module 'typing_extensions' has no attribute 'Union'
Issue -
State: open - Opened by huynd26 4 months ago
- 5 comments
#78 - CollectionFieldSchema missing hnsw_params
Issue -
State: open - Opened by jperezr21 4 months ago
#77 - Add metrics support
Pull Request -
State: closed - Opened by tharropoulos 4 months ago
#76 - fix: add base document write parameters to the import type alias
Pull Request -
State: open - Opened by tharropoulos 4 months ago
#75 - fix: add connection timeout seconds to config dict
Pull Request -
State: open - Opened by tharropoulos 4 months ago
#74 - [bug] documents.import_ function signature requires return_id or return_doc when neither is required
Issue -
State: open - Opened by rchui 4 months ago
- 3 comments
#73 - [bug] typesense.configuration.ConfigDict is missing parameter connection_timeout_seconds
Issue -
State: closed - Opened by rchui 4 months ago
- 1 comment
#72 - chore: bundle typing extensions by default
Pull Request -
State: closed - Opened by tharropoulos 4 months ago
#71 - chore: bump ver to 1.0.3
Pull Request -
State: closed - Opened by tharropoulos 4 months ago
#70 - chore: remove dependency on tests for build and publish pipeline
Pull Request -
State: closed - Opened by tharropoulos 4 months ago
#69 - feat(document): add `ignore_not_found` option to delete method
Pull Request -
State: closed - Opened by tharropoulos 5 months ago
#68 - ci: remove tests from release workflow
Pull Request -
State: closed - Opened by tharropoulos 5 months ago
#67 - chore: use SessionFunctionKwargs directly instead of unpacking
Pull Request -
State: closed - Opened by tharropoulos 5 months ago
#66 - V28 changes
Pull Request -
State: closed - Opened by tharropoulos 6 months ago
#65 - Add support for `ignore_not_found=true` parameter in `document.delete()`
Issue -
State: closed - Opened by philippemilink 6 months ago
- 2 comments
#64 - Feature Request: gradio custom component
Issue -
State: open - Opened by thiswillbeyourgithub 8 months ago
- 1 comment
#63 - Add CI workflows for testing, linting and publishing to PyPI by tag
Pull Request -
State: closed - Opened by tharropoulos 9 months ago
#62 - fix(api-call): remove unpack and use typeddict directly
Pull Request -
State: closed - Opened by tharropoulos 9 months ago
#61 - fix: update typesense version to 27.1
Pull Request -
State: closed - Opened by tharropoulos 9 months ago
#60 - feat: Add support for additional headers in API requests
Pull Request -
State: closed - Opened by tharropoulos 11 months ago
#59 - Add type hints, testing suite and documentation
Pull Request -
State: closed - Opened by tharropoulos 11 months ago
- 1 comment
#58 - Encode URL user-inputted string to prevent injection
Pull Request -
State: open - Opened by phiHero 11 months ago
#57 - fix: node initialization using a url string
Pull Request -
State: closed - Opened by tharropoulos about 1 year ago
#56 - Fix: API client to normalize only booleans not integers
Pull Request -
State: closed - Opened by chimd715 about 1 year ago
- 1 comment
#55 - Support for typesense in Subdirectory ?
Issue -
State: open - Opened by NicoHauri about 1 year ago
#54 - Support for additional request headers ?
Issue -
State: closed - Opened by brnkes about 1 year ago
- 2 comments
#53 - Checking for existence of key in Collections object causes an infinite stall that consumes all memory
Issue -
State: closed - Opened by martinm07 about 1 year ago
- 3 comments
#52 - Add cache clear operation
Issue -
State: open - Opened by dickermoshe about 1 year ago
#51 - Add support for conversations/models APIs
Pull Request -
State: closed - Opened by b0g3r about 1 year ago
- 1 comment
#50 - Update compatibility table in readme
Pull Request -
State: closed - Opened by teners over 1 year ago
#49 - Add stopwords to the client
Pull Request -
State: closed - Opened by teners over 1 year ago
#48 - Missing stopwords resource in the client
Issue -
State: closed - Opened by teners over 1 year ago
#47 - Fix typo, empy -> empty
Pull Request -
State: closed - Opened by kianmeng over 1 year ago
- 1 comment
#46 - Allow to pass verify parameter to API client
Pull Request -
State: closed - Opened by eliskovets over 1 year ago
- 4 comments
#45 - Support for != operator on numerical fields
Issue -
State: open - Opened by Dannyscholz over 1 year ago
#44 - Add Node creation with a URL string
Pull Request -
State: closed - Opened by CodeSandwich over 1 year ago
- 1 comment
#43 - Allow building Node from a URL
Issue -
State: closed - Opened by CodeSandwich over 1 year ago
- 3 comments
#42 - Can't ignore ssl checks or add a trusted ssl certificate to the requests
Issue -
State: closed - Opened by arjolpanci almost 2 years ago
- 1 comment
#41 - When page is 1, TypesenseQueryError is returned
Issue -
State: open - Opened by chimd715 almost 2 years ago
- 2 comments
#40 - Modernize packaging
Pull Request -
State: closed - Opened by grantjenks almost 2 years ago
- 6 comments
#39 - Use requests session for reuse http conections (increase performance)
Pull Request -
State: closed - Opened by PiR43 almost 2 years ago
#38 - Please publish sdist
Issue -
State: closed - Opened by grantjenks almost 2 years ago
- 3 comments
#37 - Publish sdist along with wheel
Pull Request -
State: closed - Opened by grantjenks almost 2 years ago
- 1 comment
#36 - Fix is_health.py example file name typo
Pull Request -
State: closed - Opened by grantjenks almost 2 years ago
#35 - Empty response cause invalid response exception when importing documents - Python library
Issue -
State: closed - Opened by mlachowski-mrx almost 2 years ago
- 1 comment
#34 - Import function does not accept a boolean for the return_id parameter
Issue -
State: closed - Opened by kevinj507 about 2 years ago
- 1 comment
#33 - Bump requests from 2.22.0 to 2.31.0
Pull Request -
State: open - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#32 - Filtering json strings
Issue -
State: open - Opened by EricOuma over 2 years ago
#31 - Missing Changelog file and tags
Issue -
State: open - Opened by iago1460 over 2 years ago
#30 - Typesense Official Guide not working for Python
Issue -
State: closed - Opened by radioactive11 over 2 years ago
- 2 comments
#29 - Throw error if search parameters are not all strings
Pull Request -
State: closed - Opened by OrionReed almost 3 years ago
#28 - Possible to have multiple clients active at the same time?
Issue -
State: closed - Opened by zehawki almost 3 years ago
- 1 comment
#27 - Include invalid json string response when failing to import documents
Pull Request -
State: closed - Opened by cgearing almost 3 years ago
#26 - Fix/double decoded JSON response
Pull Request -
State: closed - Opened by edhaz about 3 years ago
#25 - import_ method returns double-encoded JSON
Issue -
State: closed - Opened by jfmontanaro about 3 years ago
#24 - Checking Content-Type in response before assuming json when api call …
Pull Request -
State: closed - Opened by lovmat about 3 years ago
#23 - AttributeError: partially initialized module 'typesense' has no attribute 'Client' (most likely due to a circular import)
Issue -
State: closed - Opened by sahuguet about 3 years ago
- 1 comment
#22 - Support batching of calls to `Documents.import_`
Pull Request -
State: closed - Opened by pratheekrebala about 3 years ago
- 2 comments
#21 - Getting " Forbidden - a valid `x-typesense-api-key` header must be sent." from python client but not javascript client with same credentials
Issue -
State: closed - Opened by SimonShapiro about 3 years ago
- 2 comments
#20 - Param "exhaustive_search" only works as lowercase string ("true", or "false"). Python booleans not working.
Issue -
State: closed - Opened by cyaris about 3 years ago
- 1 comment
#19 - Use library logger instead of root logger
Pull Request -
State: closed - Opened by gamgi over 3 years ago
#18 - Implement Healthcheck
Pull Request -
State: closed - Opened by TFM93 over 3 years ago
#17 - Discord or Slack?
Issue -
State: closed - Opened by Ronlin1 over 3 years ago
- 1 comment
#16 - Would it be better not to configure the root logger in this library?
Issue -
State: closed - Opened by haoyun over 3 years ago
- 3 comments
#15 - Missing endpoint support for cluster operations
Issue -
State: open - Opened by zopyx over 3 years ago
- 1 comment
#14 - Client should be able to handle None on key values.
Issue -
State: open - Opened by zehawki almost 4 years ago
#13 - Fix: Nearest node not wrapped in Node object
Pull Request -
State: closed - Opened by reinoldus almost 4 years ago
- 1 comment
#12 - Support for Asynchronous Environments?
Issue -
State: open - Opened by dhrumilp15 about 4 years ago
- 8 comments
#11 - Use typesense behind subpath proxy
Issue -
State: closed - Opened by CrashLaker about 4 years ago
- 2 comments
#10 - Support for Typesense Server v0.20.0
Pull Request -
State: closed - Opened by kishorenc over 4 years ago
#9 - Hope to support Chinese and Japanese etc.
Issue -
State: closed - Opened by willowHB over 4 years ago
- 3 comments
#8 - Recommended way to fetch count of collection documents
Issue -
State: closed - Opened by shashi-netra over 4 years ago
- 2 comments
#7 - Deleting a collection doesn't work for some reason
Issue -
State: closed - Opened by shashi-netra over 4 years ago
- 1 comment
#6 - GitHub Action to line Python code
Pull Request -
State: closed - Opened by cclauss over 4 years ago
#5 - Import documents API does not have a python wrapper
Issue -
State: closed - Opened by chambers-y over 5 years ago
Labels: enhancement
#4 - Alias curation apis
Pull Request -
State: closed - Opened by kishorenc over 5 years ago
#3 - update to support path argument similar to typesense js
Pull Request -
State: closed - Opened by dpastoor about 7 years ago
- 1 comment
#2 - Refactor Python client to a class based design.
Pull Request -
State: closed - Opened by kishorenc over 7 years ago
- 1 comment
#1 - Publish to Python Package Index
Issue -
State: closed - Opened by kishorenc over 7 years ago
- 1 comment