issues Search Results · repo:typesense/typesense-python language:Python
Filter by
43 results
(81 ms)43 results
intypesense/typesense-python (press backspace or delete to remove)I tried to use multi-search with Union type on typesense==1.1.1.
Snippet:
for model, collection in model_and_collection:
query.append(
{
collection ...
ragusa87
- Opened 24 days ago
- #95
At the moment, synonyms are added only through the code. If you implement the external functionality of adding synonyms,
then when you call update collections, all synonyms will be erased, since they are ...
paffel2
- Opened on Jun 25
- #93
Currently Typesense server only supports a field modification expressed as a drop + add in a single operation. How can
this be done with typesense-python? Since the field names are keys in the dict, I ...
rokclimb15
- 4
- Opened on Jun 23
- #92
Instead of using type unions (like used here
https://github.com/typesense/typesense-python/blob/master/src/typesense/types/collection.py#L226-L232), the library
should use bound typevar like:
a: list[int ...
rchui
- 2
- Opened on Jun 17
- #90
As of the current version, in the case of Typesense returning an error message with a Json-like component, the Python
client fails to decode the response (i.e. response.json()).
See trace below:
│ /usr/local/python/3.11.12/lib/python3.11/site-packages/typesense/api_call.py:479 ...
imurraywano
- 1
- Opened on Apr 16
- #82
i m using the typings and there is some features missing as of the current v28 (SearchParameters for instance seems to
miss stopwords and rerank_hybrid_matches)
jensimik
- 2
- Opened on Apr 16
- #81
Hi, I got an error when upgrading Typesense from version 0.21.0 to 1.0.3 _SequenceTypes = typing.Union[\nAttributeError:
module typing_extensions has no attribute Union \n , path :
/webapps/project/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin ...
huynd26
- 5
- Opened on Apr 14
- #80
jperezr21
- Opened on Apr 4
- #78
The function signature for documents.import_ is incorrect. The function signature requires that either return_id or
return_doc be passed as a parameter as part one of:
DocumentImportParameters: typing.TypeAlias ...
rchui
- 3
- Opened on Mar 29
- #74
connection_timeout_seconds is listed in the Configuration class docstring:
Class for managing the configuration settings for the Typesense client.
Attributes:
nodes (list[Node]): ...
rchui
- 1
- Opened on Mar 29
- #73

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.