Amit Bansal

Results 28 issues of Amit Bansal

onOpen, onError etc message timestamps dont seem to be proper. Am I missing something? eg: ``` { timeStamp: 39658543.70000005 type: "open" } ``` ``` { "timeStamp": 40542758.70000005, "type": "close" }...

In v26.0 I see that the new Conversational Search already supports CF AI. 💪 I'm wondering if there is a plan to support CF AI even for Semantic search (for...

feature:vectorsearch

It certainly does not look likely that so many dependencies are necessary for this library, and many of them are not used at all. Suggest cleaning up package.json to keep...

## Description Client should be able to handle None on key values. ``` File "/site-packages/typesense/documents.py", line 42, in upsert return self.api_call.post(self._endpoint_path(), document, params) File "/site-packages/typesense/api_call.py", line 145, in post timeout=self.config.connection_timeout_seconds)...

**Is your feature request related to a problem? Please describe.** When a Role is defined (eg "Channel Owner"), currently it must be associated with the Channel in that step itself....

## Description When patching I'm getting an error as follows: **[Errno 400] Field `content` has malformed data**. ## Steps to reproduce Field in collection is: ``` { "facet": false, "index":...

## Description Issue is exactly [as described earlier](https://github.com/typesense/typesense/issues/504). I thought this issue was fixed - but its still occurring. Am I missing something? `?q=*&per_page=0&facet_by=tags&max_facet_values=100` gives: ![image](https://github.com/user-attachments/assets/88fd85c2-17ab-48b7-a070-b90c04b155f7) `filter_by: tags:COVID19MANIPUR` ![image](https://github.com/user-attachments/assets/933f025f-58c7-41c3-9fbc-5306894c7e61) **Another...

The Azure OpenAI API signature is: `POST https://{your-resource-name}.openai.azure.com/openai/deployments/{deployment-id}/embeddings?api-version={api-version}` Source: https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#embeddings TS will insert a `/v1/embeddings` at the end, which of course wont work. Also, API key is needed as `api-key:...

feature:vectorsearch